No description
Find a file
2025-03-18 18:29:26 +00:00
.vscode inital commit 2025-03-18 18:29:26 +00:00
public inital commit 2025-03-18 18:29:26 +00:00
src inital commit 2025-03-18 18:29:26 +00:00
.gitignore inital commit 2025-03-18 18:29:26 +00:00
bun.lock inital commit 2025-03-18 18:29:26 +00:00
env.d.ts inital commit 2025-03-18 18:29:26 +00:00
index.html inital commit 2025-03-18 18:29:26 +00: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