{"id":22485703,"url":"https://github.com/bdrtsky/nuxt-ackee","last_synced_at":"2025-03-09T18:04:34.348Z","repository":{"id":54844962,"uuid":"249688485","full_name":"bdrtsky/nuxt-ackee","owner":"bdrtsky","description":"Nuxt.js module for Ackee analytics","archived":false,"fork":false,"pushed_at":"2025-03-07T19:43:51.000Z","size":3168,"stargazers_count":23,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-07T20:31:45.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bdrtsky.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-24T11:20:24.000Z","updated_at":"2025-03-07T19:43:54.000Z","dependencies_parsed_at":"2022-08-14T04:31:26.773Z","dependency_job_id":null,"html_url":"https://github.com/bdrtsky/nuxt-ackee","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdrtsky%2Fnuxt-ackee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdrtsky%2Fnuxt-ackee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdrtsky%2Fnuxt-ackee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdrtsky%2Fnuxt-ackee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdrtsky","download_url":"https://codeload.github.com/bdrtsky/nuxt-ackee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242729531,"owners_count":20175957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T17:13:04.697Z","updated_at":"2025-03-09T18:04:34.339Z","avatar_url":"https://github.com/bdrtsky.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"### **📣⚠📣 `nuxt-ackee` is moving to `@nuxtjs/ackee` 📣⚠📣**\n\n**Ackee module for Nuxt.js has been transferred to the [nuxt-community organization](https://github.com/nuxt-community/ackee-module). A new version has been released taking advantage of the latest features coming with Ackee. Discover the new doc at [ackee.nuxtjs.org](https://ackee.nuxtjs.org)!**\n\n**If you're looking for the old version of this module, check out the [v2 branch](https://github.com/bdrtsky/nuxt-ackee/tree/v2). The following readme also refers to this old version:**\n\n# nuxt-ackee\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Circle CI][circle-ci-src]][circle-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\n\u003e Nuxt.js module for [Ackee analytics](https://ackee.electerious.com)\n\n[📖 **Release Notes**](./CHANGELOG.md)\n\n## Setup\n\n1. Add `nuxt-ackee` dependency to your project\n\n```bash\nyarn add --dev nuxt-ackee # or npm install --save-dev nuxt-ackee\n```\n\n2. Add `nuxt-ackee` to the `buildModules` section of `nuxt.config.js`\n\n```js\n{\n  // use `modules` property is using Nuxt \u003c 2.9.0\n  buildModules: [\n    'nuxt-ackee'\n  ],\n  ackee: {\n    server: 'https://example.com',\n    domainId: 'xxx-xxx-xxx',\n    ignoreLocalhost: false, // defaults to true\n    detailed: true // defaults to false\n  }\n}\n```\n\nThe module will directly record each route (initial + client-side navigation).\n\nIt will also expose `this.$ackee` and `context.$ackee` on client-side which is an [instance of ackee-tracker](https://github.com/electerious/ackee-tracker#instance-api).\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Start development server using `npm run dev`\n\n## License\n\n[MIT License](./LICENSE)\n\nCopyright (c) Serhii Bedrytskyi https://serhii.be\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-ackee/latest.svg?style=flat-square\n[npm-version-href]: https://npmjs.com/package/nuxt-ackee\n[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-ackee.svg?style=flat-square\n[npm-downloads-href]: https://npmjs.com/package/nuxt-ackee\n[circle-ci-src]: https://img.shields.io/circleci/project/github/bdrtsky/nuxt-ackee.svg?style=flat-square\n[circle-ci-href]: https://circleci.com/gh/bdrtsky/nuxt-ackee\n[codecov-src]: https://img.shields.io/codecov/c/github/bdrtsky/nuxt-ackee.svg?style=flat-square\n[codecov-href]: https://codecov.io/gh/bdrtsky/nuxt-ackee\n[license-src]: https://img.shields.io/npm/l/nuxt-ackee.svg?style=flat-square\n[license-href]: https://npmjs.com/package/nuxt-ackee\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdrtsky%2Fnuxt-ackee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdrtsky%2Fnuxt-ackee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdrtsky%2Fnuxt-ackee/lists"}