# install dependencies
$ <%= pm %> install
# serve with hot reload at localhost:3000
$ <%= pmRun %> dev
# build for production and launch server
$ <%= pmRun %> build
$ <%= pmRun %> start
# generate static project
$ <%= pmRun %> generate
For detailed explanation on how things work, check out Nuxt.js docs.