0.0.15 • Published 4 years ago

nuxt-analytics v0.0.15

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

analytics

npm version npm downloads Github Actions CI Codecov License

Google And Baidu Analytics Module for Nuxt.js

📖 Release Notes

Setup

  1. Add analytics dependency to your project
yarn add analytics # or npm install analytics
  1. Add analytics to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'analytics',

    // With options
    ['analytics', { /* module options */ }]
  ]
}

Development

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

License

MIT License

Copyright (c) dyk 359743984@qq.com

0.0.15

4 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.1

5 years ago