NuxtJS boilerplate
# install dependencies
$ yarn # Or npm install
# serve with hot reload at localhost:3000
$ yarn dev # Or npm run dev
# build for production and launch server
$ yarn build # Or npm run build
$ yarn start # Or npm run start
# generate static project
$ yarn generate # Or npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.