It is a demonstrative project for a client. ** Note ** the images not load because the backend is deploy on a free server tier (heroku) and only allow uploads images for a short time, after that time passed the images are deleted.
https://fsantillana.netlify.app/
https://github.com/ArthurFMR/fsantillana-backend-website
# 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
For detailed explanation on how things work, check out Nuxt.js docs.