All Projects → daliborgogic → guess-module

daliborgogic / guess-module

Licence: MIT license
Guess.js integration for Nuxt.js with guess-webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to guess-module

react-native-tab-navigator
JavaScript for React-Native iOS Android module
Stars: ✭ 35 (+75%)
Mutual labels:  module
breaker
🚧 Flexible mechanism to make execution flow interruptible.
Stars: ✭ 100 (+400%)
Mutual labels:  module
terraform-azurerm-aks
Terraform module composition (feature) for Azure Kubernetes Service
Stars: ✭ 23 (+15%)
Mutual labels:  module
lovedebug
A fixed and updated repo of LOVEDEBUG
Stars: ✭ 22 (+10%)
Mutual labels:  module
node-advanced
Node Advanced Courseware
Stars: ✭ 80 (+300%)
Mutual labels:  module
puppetlabs-limits
Module for managing pam limits in /etc/security/limits.conf
Stars: ✭ 14 (-30%)
Mutual labels:  module
note
一些技术笔记
Stars: ✭ 174 (+770%)
Mutual labels:  module
puppetlabs-vcsrepo
Support for source control repositories
Stars: ✭ 228 (+1040%)
Mutual labels:  module
laravel-module-loader
THIS PACKAGE HAS BEEN DEPRECATED — A lightweight package to organize your code into contextual modules.
Stars: ✭ 76 (+280%)
Mutual labels:  module
bandler
The Simple JS Module Bundler
Stars: ✭ 17 (-15%)
Mutual labels:  module
laravel-module
Module management package for Laravel
Stars: ✭ 65 (+225%)
Mutual labels:  module
vue-component-creator-plugin
Simplify your frontend dev by automatically created vue components and vuex modules
Stars: ✭ 16 (-20%)
Mutual labels:  module
the-super-tiny-web-module-resolver
simple js bundler written in 100 lines of code.
Stars: ✭ 25 (+25%)
Mutual labels:  module
SCF4-SDK
Motorized zoom lens controller Kurokesu SCF4 module featuring STM32 controller and Onsemi LC898201 driver control software
Stars: ✭ 14 (-30%)
Mutual labels:  module
amd-cmd-hot-update-hmr
esl-hot-update: Hot update esl modules(AMD、CMD) when modifed. JS, LESS, tpl, component is all supported!
Stars: ✭ 25 (+25%)
Mutual labels:  module
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (+50%)
Mutual labels:  module
modules
Officially supported Revel modules
Stars: ✭ 46 (+130%)
Mutual labels:  module
companion-module-requests
Repository for tracking module requests
Stars: ✭ 60 (+200%)
Mutual labels:  module
ember-cli-new-version
A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page
Stars: ✭ 22 (+10%)
Mutual labels:  module
whichpm
Locates installed Perl modules.
Stars: ✭ 20 (+0%)
Mutual labels:  module

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].