This is a simple workout planner app, you can add your workouts and add exercises for each workout.
npm install -g @vue/cli
npm install
If you ran npm install before vue-cli was installed please delete the node_modules folder and
run npm install again
npm run serve
npm run build
npm run test:unit
npm run lint