Skip to content

Personal Web page based on nuxt vue vuetify and buttercms

License

Notifications You must be signed in to change notification settings

cmjimenez90/PersonalPage

Repository files navigation

PersonalPage

Personal Web page based on nuxt vue vuetify and buttercms

Version 1.1.0

Netlify Status

Build Setup

# 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

run local docker dev environment

#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.

About

Personal Web page based on nuxt vue vuetify and buttercms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages