0.0.1 • Published 4 years ago
@xyz/nuxt-setup v0.0.1
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 root@xyz.dev
0.0.1
4 years ago