@nuxtjs/guess
v1.0.3
Published
Guess.js integration for Nuxt.js
Downloads
13
Readme
guess-module
Guess.js integration for Nuxt.js with guess-webpack
Setup
- Add
@nuxtjs/guess
dependency using yarn or npm to your project - Add
@nuxtjs/guess
to modules section ofnuxt.config.js
- If using Nuxt > 2.4.0, set
router.prefetchLinks
tofalse
innuxt.config.js
export default {
modules: [
[ '@nuxtjs/guess', { GA: 'XXXXXXX' }]
],
// Nuxt > 2.4.0
router: {
prefetchLinks: false
}
}
Options given directly to guess-webpack options.
Usage
Nothing more to do, @nuxtjs/guess
will automagically prefetch the routes depending of your Google Analytics stats 😎