Go to file
2024-02-25 15:46:04 +01:00
.vscode npm create vue@latest 2024-02-17 16:33:32 +00:00
public npm create vue@latest 2024-02-17 16:33:32 +00:00
src Merge branch 'GameControlPage' 2024-02-25 15:46:04 +01:00
.editorconfig enable coding convention 2024-02-20 17:29:30 +00:00
.eslintrc.cjs npm create vue@latest 2024-02-17 16:33:32 +00:00
.gitignore update configuration to enable vuetify 2024-02-20 17:20:57 +00:00
.prettierrc.json npm create vue@latest 2024-02-17 16:33:32 +00:00
index.html enable plugins 2024-02-20 17:29:44 +00:00
jsconfig.json npm create vue@latest 2024-02-17 16:33:32 +00:00
package-lock.json Préparation au merge 2024-02-25 15:42:52 +01:00
package.json Préparation au merge 2024-02-25 15:42:52 +01:00
README.md npm create vue@latest 2024-02-17 16:33:32 +00:00
vite.config.js Désactivation de l'autoimport des composants 2024-02-24 00:01:12 +00:00

brain-blast

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