Skip to content

daliborgogic/guess-module

Repository files navigation

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 of nuxt.config.js
  • If using Nuxt > 2.4.0, set router.prefetchLinks to false in nuxt.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 😎

License

MIT