Meine Homepage
  • Vue 78.3%
  • CSS 16.5%
  • TypeScript 3.1%
  • HTML 2.1%
Find a file
2026-05-28 23:34:51 +02:00
.vscode init vue project 2026-05-28 20:56:56 +02:00
public init vue project 2026-05-28 20:56:56 +02:00
src chore - more css tests 2026-05-28 23:34:51 +02:00
.gitignore init vue project 2026-05-28 20:56:56 +02:00
env.d.ts init vue project 2026-05-28 20:56:56 +02:00
index.html init vue project 2026-05-28 20:56:56 +02:00
LICENSE chore - license addition 2026-05-28 20:59:34 +02:00
package-lock.json chore - more css tests 2026-05-28 23:34:51 +02:00
package.json init vue project 2026-05-28 20:56:56 +02:00
README.md init vue project 2026-05-28 20:56:56 +02:00
tsconfig.app.json init vue project 2026-05-28 20:56:56 +02:00
tsconfig.json init vue project 2026-05-28 20:56:56 +02:00
tsconfig.node.json init vue project 2026-05-28 20:56:56 +02:00
vite.config.ts init vue project 2026-05-28 20:56:56 +02:00

lucas-co.de

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