An open API service indexing awesome lists of open source software.

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

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).