# install dependencies
$ yarn install
# serve with hot reload at your IP address :3333 *eg: 192.168.0.14:3333
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
# start a server inside the static folder or copy all files in the static folder to your simple web server
For detailed explanation on how things work, check out Nuxt.js docs.