nuxt-module-template

MIT License

Stars
8

nuxt-module-template

X Module for Nuxt.js

📖 Release Notes

Setup

  1. Add nuxt-module-template dependency to your project
yarn add nuxt-module-template # or npm install nuxt-module-template
  1. Add nuxt-module-template to the modules section of nuxt.config.js
/// nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-module-template',

    // With options
    ['nuxt-module-template', { /* module options */ }]
  ]
}

Or a separate section nuxt-module-template for module options:

// nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-module-template',
  ],
  'nuxt-module-template': {
    /* all other options */
  }
}

Documentation

Move to the docs directory:

cd docs

Install dependencies and start the project in development mode:

yarn && yarn dev

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) Baroshem [email protected]

Badges
Extracted from project README
npm version npm downloads Github Actions CI Codecov License