0.0.1 • Published 3 years ago

@xyz/nuxt-setup v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

nuxt

npm version npm downloads Github Actions CI Codecov License

📖 Release Notes

Setup

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

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

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) Baker Shamlan root@xyz.dev