No description
  • Vue 67.3%
  • TypeScript 31.2%
  • CSS 1.4%
  • HTML 0.1%
Find a file
2026-04-18 18:28:50 +02:00
public feat: new UI 2026-04-18 15:14:10 +02:00
src fix: error on build 2026-04-18 18:28:50 +02:00
.gitignore feat: new UI 2026-04-18 15:14:10 +02:00
components.json feat: new UI 2026-04-18 15:14:10 +02:00
env.d.ts feat: new UI 2026-04-18 15:14:10 +02:00
index.html feat: new UI 2026-04-18 15:14:10 +02:00
orval.config.ts feat: new UI 2026-04-18 15:14:10 +02:00
package-lock.json feat: new UI 2026-04-18 15:14:10 +02:00
package.json feat: new UI 2026-04-18 15:14:10 +02:00
pnpm-lock.yaml feat: new UI 2026-04-18 15:14:10 +02:00
README.md feat: new UI 2026-04-18 15:14:10 +02:00
tsconfig.app.json feat: new UI 2026-04-18 15:14:10 +02:00
tsconfig.json feat: new UI 2026-04-18 15:14:10 +02:00
tsconfig.node.json feat: new UI 2026-04-18 15:14:10 +02:00
vite.config.ts feat: new UI 2026-04-18 15:14:10 +02:00

frontend

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