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