nuxt2-boilerplate
π Stable, compatible, powerful, clear, production ready. π¦π
Buy me a coffee - Sponsorship π
Install Node.js >=14.18.0 and run the following command:
Β
Git clone.
$ git clone https://github.com/selimdoyranli/nuxt2-boilerplate.git
Β
$ cd nuxt2-boilerplate
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
# serve production mode
$ yarn start
# run eslint for js & vue files
$ yarn lint:eslint
# run eslint fix for js & vue files
$ yarn lint:eslint:fix
# run stylelint for vue & style files
$ yarn lint:stylelint
# run stylelint fix for vue & style files
$ yarn lint:stylelint:fix
# run prettier
$ yarn prettier
# add files
$ git add .
# generate commit message
$ yarn cz
# push
$ git push
- Nuxt - Nuxt2 vue framework
- @nuxtjs/composition-api - Composition api module for nuxt2 / vue2
- Pug
- Scss
- Typescript
- Husky
- Eslint
- Stylelint
- Prettier
- Conventional Commit
- Commitlint
- Commitizen
You can sponsor me for the continuity of my projects:
MIT License Β© 2023 selimdoyranli