0.0.2 • Published 5 years ago

nuxt-module v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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