@nuxtjs/ackee
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

@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.

Readme

Keywords

Package Sidebar

Install

npm i @nuxtjs/ackee

Weekly Downloads

19

Version

3.0.2

License

MIT

Unpacked Size

10.2 kB

Total Files

8

Last publish

Collaborators

  • antfu
  • danielroe
  • clarkdo
  • pi0
  • atinux
  • alexchopin
  • lihbr