nuxt-module

0.0.2 • Public • Published

nuxt-module

npm version npm downloads Circle CI Codecov License

nuxt-module template

📖 Release Notes

Setup

  1. Add nuxt-module dependency to your project
yarn add nuxt-module # or npm install nuxt-module 
  1. Add nuxt-module to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-module',
 
    // With options
    ['nuxt-module', { /* module options */ }]
  ],
 
  // Options
  track: {
    endpoint: '<add endpoint here>'
  }
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Gull Ocean

/nuxt-module/

    Package Sidebar

    Install

    npm i nuxt-module

    Weekly Downloads

    7

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    4.63 kB

    Total Files

    5

    Last publish

    Collaborators

    • gullocean