Silly utility to count repetitions for my physical therapy exercises.
 
 
 
Go to file
Sean McArdle 6f5b25bdf3 initial commit 2020-02-16 13:18:15 -08:00
build initial commit 2020-02-16 13:18:15 -08:00
config initial commit 2020-02-16 13:18:15 -08:00
src initial commit 2020-02-16 13:18:15 -08:00
static initial commit 2020-02-16 13:18:15 -08:00
.babelrc initial commit 2020-02-16 13:18:15 -08:00
.editorconfig initial commit 2020-02-16 13:18:15 -08:00
.eslintignore initial commit 2020-02-16 13:18:15 -08:00
.eslintrc.js initial commit 2020-02-16 13:18:15 -08:00
.gitignore initial commit 2020-02-16 13:18:15 -08:00
.postcssrc.js initial commit 2020-02-16 13:18:15 -08:00
README.md initial commit 2020-02-16 13:18:15 -08:00
index.html initial commit 2020-02-16 13:18:15 -08:00
package.json initial commit 2020-02-16 13:18:15 -08:00
yarn.lock initial commit 2020-02-16 13:18:15 -08:00

README.md

vue-counter

Simple tally application.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.