Go to file
roberts 71ce91cd35 resolved remove button issue 2023-06-03 18:25:46 +02:00
.vscode update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
colors(1) added new color theme 2023-05-16 19:14:44 +02:00
dist wip state management for the input 2023-05-21 18:20:17 +02:00
public added json of exercies of each muscle group 2023-05-01 17:36:50 +02:00
src resolved remove button issue 2023-06-03 18:25:46 +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
TODOS wip state management for the input 2023-05-21 18:20:17 +02:00
index.html added json of exercies of each muscle group 2023-05-01 17:36:50 +02:00
package-lock.json wip on button click show weightinput view and state of weigtinput 2023-05-08 00:51:04 +02:00
package.json wip on button click show weightinput view and state of weigtinput 2023-05-08 00:51:04 +02:00
postcss.config.js added tailwind 2023-05-05 22:37:24 +02:00
tailwind.config.js reworked color theme for the project 2023-05-19 08:34:03 +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