Portfolio site production and dev builds for Robert A Fischer (Artie) - Winter 2018-2019
vue init webpack portfolio-vue
dev
branch
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run e2e tests
npm run e2e