Nuxtjs frontend portfolio
- Frontend Staging - https://robsportfolio.netlify.com/
- Backend Staging - https://portfolio-staging.roberskine.com/admin
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
# generate schema for apollo so it can cache everything
$ npm run schema
# generate dynamic routes for nuxt
$ npm run pages
For detailed explanation on how things work, check out Nuxt.js docs.