Useful nuxt.js boilerplate
- Typescript support
- Configured eslint
- Prettier
- Jest with snapshots support
- SCSS and stylelint support
- New components generator via hygen
- pre-commit and pre-push hook using husky and lint-staged
- Storybook support
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
npm run build
- build for productionnpm run start
- launch production servernpm run generate
- generate static project
For detailed explanation on how things work, check out Nuxt.js docs.