- Add Makefile with `check`, `run` (blocking), and `force-stop` targets - Integrate fitmop.sh logic into Makefile - Achieve 100% backend test coverage - Improve frontend test coverage to >85% (Views/Components >90%) - Enforce `make check` in GEMINI.md - Add comprehensive tests for App.vue and WorkoutVisualEditor.vue |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| README.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||
| vitest.config.js | ||
README.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.