nuxt-hue
v0.4.25
Published
Enlighten your Nuxt experience
Maintainers
Readme
nuxt-hue
Enlighten your Nuxt experience
Setup
- Add
nuxt-huedependency globally
yarn global add nuxt-hue # or npm install --global nuxt-hue- Run the setup command and let the wizard guide you through
nuxt-hue setupYou're done! Start developing with Nuxt and enjoy!
Development
- Clone this repository
- Install dependencies using
yarn install - Start development server using
yarn build --watch
