No description
Find a file
2025-04-21 19:55:15 +01:00
.vscode inital commit 2025-03-18 18:29:26 +00:00
src updated link 2025-04-21 19:55:15 +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 updated readme 2025-04-17 00:17:54 +01: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 build fixes 2025-04-17 00:11:08 +01:00

banii-cafe

basic setup for my site, very messy and not finished yet

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.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun run build