This is a Single Page Application - SPA for time tracking that adds and sum worked hours. It uses Vue.js 2.0, Webpack and Vue material
npm install --global vue-cli
vue init webpack my-project
cd my-project
npm install
npm run dev
npm install vue-material --save
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
Vue.js V2.0 - Vue.js 2.0 Guide Vue Material - Vue Material Documentation