@nuxtjs/guess-module

0.1.3 • Public • Published

guess-module

David-DM Standard JS Github Actions Codecov npm version npm downloads

Guess.js module for Nuxt.js

📖 Release Notes

TODO:

Setup

  • Add @nuxtjs/guess dependency using yarn or npm to your project
  • Add @nuxtjs/guess to modules section of nuxt.config.js
  • Config 'options' as options of guess-webpack
  • Note: the default reportProvider when there is no GA and reportProvider specifed is the content of router.json under rootDir or srcDir
{
  modules: [
    // Simple usage
    '@nuxtjs/guess',

    // With options
    ['@nuxtjs/guess', {
      GA: 'XXXXXX'
    }],
 ]
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

Credits

This module is inspired by guest-nuxt by @daliborgogic.

Links

License

MIT License

Copyright (c) Clark Du clark.duxin@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i @nuxtjs/guess-module

Weekly Downloads

2

Version

0.1.3

License

MIT

Unpacked Size

9.5 kB

Total Files

6

Last publish

Collaborators

  • antfu
  • danielroe
  • clarkdo
  • pi0
  • atinux
  • alexchopin