My Nuxt Blog
# install dependencies
$ npm install
# serve with hot reload at localhost:8787
$ npm run dev
$ npm run storybook
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
$ npm run generate:storybook
For detailed explanation on how things work, checkout Nuxt.js docs.