Build Setup

# Install dependencies
$ yarn install

# Serve with hot reload at localhost:3000
$ yarn run dev

# Build for production and launch server
$ yarn run build
$ yarn start

# Generate static project
$ yarn run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.