nuxt-community / ackee-module

Nuxt 2 module for Ackee analytics
https://ackee.nuxtjs.org
MIT License
14 stars 4 forks source link
ackee analytics module nuxt

@nuxtjs/ackee

npm version npm downloads Github Actions CI Codecov License

Track without being tracked on Nuxt 2 with Ackee analytics

Setup

  1. Add @nuxtjs/ackee dependency to your project
yarn add @nuxtjs/ackee # or npm install @nuxtjs/ackee
  1. Add @nuxtjs/ackee to the buildModules section of nuxt.config.js
{
  buildModules: [
    '@nuxtjs/ackee',
  ],
  ackee: {
    server: 'https://example.com',
    domainId: 'xxx-xxx-xxx'
    // see documentation for more!
  }
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

License

MIT License

Thanks to Sergey Bedritsky for the initial implementation and transfer to the community of nuxt-ackee.