A Vue.js project
Requires nvm
and node
.
# install dependencies
nvm install && npm install
# serve with hot reload at localhost:8080
nvm use && npm run dev
# build for production with minification
nvm use && npm run build
# build for production and view the bundle analyzer report
nvm use && npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.