Testing release cycle
  • Vue 76%
  • CSS 15.1%
  • TypeScript 6.9%
  • HTML 2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-01 18:31:42 +02:00
.forgejo/workflows Small tweaks 2026-07-30 15:35:32 +02:00
.vscode Project start 2026-07-24 09:56:02 +02:00
public Project start 2026-07-24 09:56:02 +02:00
src Project start 2026-07-24 09:56:02 +02:00
.gitignore Project start 2026-07-24 09:56:02 +02:00
env.d.ts Project start 2026-07-24 09:56:02 +02:00
generic.md Package route 2026-07-29 13:50:03 +02:00
index.html Project start 2026-07-24 09:56:02 +02:00
package-lock.json Added missing files 2026-07-24 09:58:26 +02:00
package.json Changed the base folder 2026-07-30 15:40:57 +02:00
README.md We are now running npm ci instead of npm install 2026-08-01 18:31:42 +02:00
tsconfig.app.json Project start 2026-07-24 09:56:02 +02:00
tsconfig.json Project start 2026-07-24 09:56:02 +02:00
tsconfig.node.json Project start 2026-07-24 09:56:02 +02:00
vite.config.ts Changed the base folder 2026-07-30 15:40:57 +02:00

project

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 ci

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build