@xyz/nuxt-setup
v0.0.1
Published
Nuxt Setup for XYZ Projects
Readme
nuxt
Setup
- Add
nuxtdependency to your project
yarn add nuxt # or npm install nuxt- Add
nuxtto themodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt',
// With options
['nuxt', { /* module options */ }]
]
}Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
License
Copyright (c) Baker Shamlan [email protected]
