| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Nuxt.js module for Ackee analytics
yarn add --dev nuxt-ackee # or npm install --save-dev nuxt-ackee{
// use `modules` property is using Nuxt < 2.9.0
buildModules: [
'nuxt-ackee'
],
ackee: {
server: 'https://example.com',
domainId: 'xxx-xxx-xxx',
ignoreLocalhost: false, // defaults to true
detailed: true // defaults to false
}
}The module will directly record each route (initial + client-side navigation).
It will also expose this.$ackee and context.$ackee on client-side which is an instance of ackee-tracker.
Copyright (c) Sergey Bedritsky sergey.bedritsky@gmail.com
| Back | FazBrowse Home | New Git URL |