No description
Find a file
2025-04-15 01:42:28 +01:00
.vscode inital commit 2025-03-18 18:29:26 +00:00
src updated nav links 2025-04-15 01:42:28 +01:00
.gitignore basic site layout 2025-04-12 22:49:34 +01:00
bun.lock basic site layout 2025-04-12 22:49:34 +01:00
env.d.ts inital commit 2025-03-18 18:29:26 +00:00
index.html basic site layout 2025-04-12 22:49:34 +01:00
package.json inital commit 2025-03-18 18:29:26 +00:00
README.md inital commit 2025-03-18 18:29:26 +00:00
tsconfig.app.json inital commit 2025-03-18 18:29:26 +00:00
tsconfig.json inital commit 2025-03-18 18:29:26 +00:00
tsconfig.node.json inital commit 2025-03-18 18:29:26 +00:00
vite.config.ts inital commit 2025-03-18 18:29:26 +00:00

banii-cafe

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (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

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun run build