This is my personal website created using Nuxt.js.
No backend is used, the projects are specified in a JS file in the plugins
folder.
# Install dependencies
$ yarn install
# Serve with hot reload at localhost:3000
$ yarn dev
# Build for production and launch server
$ yarn build
$ yarn start
# Generate static project
$ yarn generate
For detailed explanation on how things work, check out the Nuxt.js documentation.