Go to file
roberts 29d68d8b9b added styling for the exercise list 2023-05-05 12:14:33 +02:00
.vscode update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
dist refactor: added exerciseList.vue to ensure modularity 2023-05-03 00:30:42 +02:00
public added json of exercies of each muscle group 2023-05-01 17:36:50 +02:00
src added styling for the exercise list 2023-05-05 12:14:33 +02:00
.eslintrc.cjs update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
.gitignore update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
.prettierrc.json Initial Commit 2023-04-21 15:59:09 +02:00
README.md update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
index.html added json of exercies of each muscle group 2023-05-01 17:36:50 +02:00
package-lock.json added store state for json 2023-05-02 11:25:04 +02:00
package.json added store state for json 2023-05-02 11:25:04 +02:00
vite.config.js added navigation tilebar 2023-04-28 08:10:47 +02:00
vitest.config.js update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
vue.config.js update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00

README.md

hello_world_vue

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint