nuxt-analytics
v0.0.15
Published
Google And Baidu Analytics Module for Nuxt.js
Downloads
11
Readme
analytics
Google And Baidu Analytics Module for Nuxt.js
Setup
- Add
analytics
dependency to your project
yarn add analytics # or npm install analytics
- Add
analytics
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'analytics',
// With options
['analytics', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) dyk [email protected]