git.fiddlerwoaroof.com
name mode size
.github 040000
src 040000
.babelrc 100644 0 kb
.gitignore 100644 0 kb
README.md 100644 1 kb
index.html 100644 0 kb
package-lock.json 100644 256 kb
package.json 100644 1 kb
webpack.config.js 100644 2 kb
README.md
# time-tracker 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. ## 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).