jl 93c7dd0d0e
All checks were successful
CV build / build (push) Successful in 1m32s
init vue and build
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-16 20:48:33 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00
2026-04-20 16:04:12 +02:00

cv_2026

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
Description
No description provided
Readme 127 KiB
Languages
TypeScript 73.5%
Vue 12.4%
HTML 9.5%
JavaScript 4.6%