Dilomarkt---Digitaler-Lokal.../Dilomarkt
2026-05-27 11:00:32 -07:00
..
.vscode Base 2026-05-27 10:29:51 -07:00
public Base 2026-05-27 10:29:51 -07:00
src Provisional AI generated Interface 2026-05-27 11:00:32 -07:00
.gitignore Base 2026-05-27 10:29:51 -07:00
Caddyfile Caddy server setup 2026-05-27 10:45:43 -07:00
env.d.ts Base 2026-05-27 10:29:51 -07:00
index.html Base 2026-05-27 10:29:51 -07:00
package-lock.json Caddy server setup 2026-05-27 10:45:43 -07:00
package.json Base 2026-05-27 10:29:51 -07:00
README.md Base 2026-05-27 10:29:51 -07:00
tsconfig.app.json Base 2026-05-27 10:29:51 -07:00
tsconfig.json Base 2026-05-27 10:29:51 -07:00
tsconfig.node.json Base 2026-05-27 10:29:51 -07:00
vite.config.ts Base 2026-05-27 10:29:51 -07:00

Dilomarkt

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