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