@nuxtjs/ackee
![License](https://img.shields.io/npm/l/@nuxtjs/ackee.svg)
Track without being tracked on Nuxt with Ackee analytics
Setup
- Add
@nuxtjs/ackee
dependency to your project
yarn add @nuxtjs/ackee
- Add
@nuxtjs/ackee
to the buildModules
section of nuxt.config.js
{
buildModules: [
'@nuxtjs/ackee',
],
ackee: {
server: 'https://example.com',
domainId: 'xxx-xxx-xxx'
}
}
Development
- Clone this repository
- Install dependencies using
yarn install
- 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.