https://github.com/zoxon/nuxt-typescript-boilerplate
Useful nuxt.js boilerplate
https://github.com/zoxon/nuxt-typescript-boilerplate
boilerplate hygen jest nuxt storybook typescript
Last synced: 5 months ago
JSON representation
Useful nuxt.js boilerplate
- Host: GitHub
- URL: https://github.com/zoxon/nuxt-typescript-boilerplate
- Owner: zoxon
- License: mit
- Created: 2019-10-04T20:02:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:02:34.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T01:11:34.728Z (about 2 years ago)
- Topics: boilerplate, hygen, jest, nuxt, storybook, typescript
- Language: JavaScript
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nuxt-boilerplate
> Useful nuxt.js boilerplate
## Core features
- [Typescript](https://typescript.nuxtjs.org) support
- Configured [eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Jest](https://jestjs.io/) with [snapshots](https://github.com/eddyerburgh/jest-serializer-vue) support
- [SCSS](https://sass-lang.com/) and [stylelint](https://stylelint.io/) support
- New components generator via [hygen](https://www.hygen.io/)
- pre-commit and pre-push hook using [husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged)
- [Storybook](https://storybook.js.org/) support
## Quickstart
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
```
## Tasks
- `npm run build` - build for production
- `npm run start` - launch production server
- `npm run generate` - generate static project
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).