A Vue.js and Node project
# install dependencies
npm install
cd client && npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
cd client && npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.