website/frontend
2025-06-10 17:19:55 +02:00
..
public minimal app 2025-03-31 11:18:27 +02:00
src i18n Projects.vue 2025-06-10 17:19:55 +02:00
.gitignore minimal app 2025-03-31 11:18:27 +02:00
env.d.ts minimal app 2025-03-31 11:18:27 +02:00
index.html feat(frontend): ça commence à donner quelque chose niveau css de base 2025-03-31 17:00:51 +02:00
package-lock.json need to take a break 2025-06-09 16:40:58 +02:00
package.json need to take a break 2025-06-09 16:40:58 +02:00
README.md minimal app 2025-03-31 11:18:27 +02:00
tsconfig.app.json minimal app 2025-03-31 11:18:27 +02:00
tsconfig.json minimal app 2025-03-31 11:18:27 +02:00
tsconfig.node.json minimal app 2025-03-31 11:18:27 +02:00
vite.config.ts feat: it's gettin somewhere 2025-04-02 15:54:26 +02:00

frontend

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

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build