Personal Web page based on nuxt vue vuetify and buttercms
Version 1.1.0
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
#Dev environment (access at http://localhost:3000)
$ docker-compose run --service-port dev
$ npm install
$ npm run dev
#Run local docker static site
$ docker build --rm -f "prod.dockerfile" --target prod -t personalpagestatic:latest .
$ docker run --rm -d -p 80:80/tcp personalpagestatic:latest
For detailed explanation on how things work, checkout Nuxt.js docs.