Front-end minimal pour consommer mes apis d'apprentissage
Find a file
2025-12-02 17:21:01 +01:00
.vscode 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
public 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
src feat(cards&column): ajout CRD operation sur les cards et columns (vibecoding + correctifs) 2025-12-02 17:21:01 +01:00
.editorconfig 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
.env feat: ajout CRD operation sur les projets 2025-11-28 16:12:16 +01:00
.env.example feat(fetching): Ajout de tanstack query et axios pour faire des appels API propres ! 2025-11-20 22:37:10 +01:00
.gitattributes 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
.gitignore feat(fetching): Ajout de tanstack query et axios pour faire des appels API propres ! 2025-11-20 22:37:10 +01:00
.prettierrc.json 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
env.d.ts 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
eslint.config.ts 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
index.html 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
package-lock.json feat(fetching): Ajout de tanstack query et axios pour faire des appels API propres ! 2025-11-20 22:37:10 +01:00
package.json feat(fetching): Ajout de tanstack query et axios pour faire des appels API propres ! 2025-11-20 22:37:10 +01:00
README.md 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
tsconfig.app.json 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
tsconfig.json 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
tsconfig.node.json 🎉 feat: Init project 2025-11-17 19:36:10 +01:00
vite.config.ts 🎉 feat: Init project 2025-11-17 19:36:10 +01:00

./

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

VS Code + Vue (Official) (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

Lint with ESLint

npm run lint