@nuxtjs/ackee

Nuxt.js module for Ackee analytics

Usage no npm install needed!

<script type="module">
  import nuxtjsAckee from 'https://cdn.skypack.dev/@nuxtjs/ackee';
</script>

README

@nuxtjs/ackee

npm version npm downloads Github Actions CI Codecov License

Track without being tracked on Nuxt 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.