git.fiddlerwoaroof.com
README.md
4437840d
 # time-tracker
 
8320b1e7
 A simple stopwatch app written in Vuejs. It's (somewhat unique)
 feature is that you can attach an arbitrary number of annotations to
 each stopwatch "lap".
 
 We persist all data in localStorage
 
 Built with the new CSS Grid properties, so you have to enable that in
 chrome://flags or the like.
 
4437840d
 
 ## Build Setup
 
 ``` bash
 # 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, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).