Silly utility to count repetitions for my physical therapy exercises.
 
 
 
Go to file
Sean McArde b9740f9239 fixed spacing issues and counter check edge case 2020-05-28 22:07:40 -07:00
build initial commit 2020-02-16 13:18:15 -08:00
config initial commit 2020-02-16 13:18:15 -08:00
src fixed spacing issues and counter check edge case 2020-05-28 22:07:40 -07:00
src-cordova More tweaks. Trying to add cordova build. 2020-02-20 20:02:35 -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 More tweaks. Trying to add cordova build. 2020-02-20 20:02:35 -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 Mobile refinements 2020-02-16 15:04:04 -08:00
package.json More tweaks. Trying to add cordova build. 2020-02-20 20:02:35 -08:00
vue.config.js More tweaks. Trying to add cordova build. 2020-02-20 20:02:35 -08:00
yarn.lock More tweaks. Trying to add cordova build. 2020-02-20 20:02:35 -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.