Go to file
roberts 053f92ec27 Initial Commit 2023-04-21 15:59:09 +02:00
.vscode Initial Commit 2023-04-21 15:59:09 +02:00
public Initial Commit 2023-04-21 15:59:09 +02:00
src Initial Commit 2023-04-21 15:59:09 +02:00
.eslintrc.cjs Initial Commit 2023-04-21 15:59:09 +02:00
.gitignore Initial Commit 2023-04-21 15:59:09 +02:00
.prettierrc.json Initial Commit 2023-04-21 15:59:09 +02:00
README.md Initial Commit 2023-04-21 15:59:09 +02:00
index.html Initial Commit 2023-04-21 15:59:09 +02:00
package.json Initial Commit 2023-04-21 15:59:09 +02:00
vite.config.js Initial Commit 2023-04-21 15:59:09 +02:00

README.md

gym-tracker

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

Lint with ESLint

npm run lint