0.0.15 • Published 3 years ago

nuxt-analytics v0.0.15

Weekly downloads
1
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago