A Vue.js project
Updated library versions for Scotch's Full Stack Vue.js tutorial from Vue, Router, and Vuex 1.0 to 2.0.
https://scotch.io/tutorials/build-a-single-page-time-tracking-app-with-vue-js-part-ii
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.