FINPO project
online demo: https://nuxt-without-client-fetch.surge.sh/
# install dependencies
$ yarn # Or npm install
# serve with hot reload at localhost:3000
$ yarn run dev
# generate static project
$ yarn run build
# generate static project
$ yarn run generate
# build for server side
$ yarn run build
$ yarn start
For detailed explanation on how things work, checkout the Nuxt.js docs.