Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@nuxtjs/guess

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/guess

Guess.js integration for Nuxt.js

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
5
Maintainers
4
Weekly downloads
 
Created
Source

guess-module [wip]

Guess.js integration for Nuxt.js with guess-webpack

CircleCI

Setup

  • Add @nuxtjs/guess dependency using yarn or npm to your project
  • Add @nuxtjs/guess to modules section of nuxt.config.js

Simple usage

{
  modules: [
    [ '@nuxtjs/guess', { GA: '1234567' }]
 ]
}

Using top level options

{
  modules: [
    [ '@nuxtjs/guess' ]
  ],
  guess: { GA: '123456' }
}

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

Keywords

nuxt

FAQs

Package last updated on 07 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts