My swell Nuxt.js project
.env
ENABLE_MOCK=true
SUPPORT_IE=false
$ npm install
$ npm run dev
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
# keep clean code
$ npm run lint
# check the types
$ npm run typecheck
For detailed explanation on how things work, check out Nuxt.js docs.