nuxt-hue
Enlighten your Nuxt experience
Setup
- Add
nuxt-hue
dependency 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 setup
You're done! Start developing with Nuxt and enjoy!
Development
- Clone this repository
- Install dependencies using
yarn install
- Start development server using
yarn build --watch