Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/ackee

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/ackee

Nuxt.js module for Ackee analytics

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

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

Keywords

FAQs

Package last updated on 27 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc