No description
Find a file
2025-12-25 19:22:24 +03:00
.vscode init 2025-10-23 22:59:37 +03:00
public fix bug 2025-11-11 21:22:36 +03:00
src fix empty string wa 2025-12-25 19:22:24 +03:00
.editorconfig init 2025-10-23 22:59:37 +03:00
.gitattributes init 2025-10-23 22:59:37 +03:00
.gitignore init 2025-10-23 22:59:37 +03:00
bun.lock rebalance + fix mr penis 2025-12-24 20:48:35 +07:00
env.d.ts init 2025-10-23 22:59:37 +03:00
eslint.config.ts init 2025-10-23 22:59:37 +03:00
index.html fix bug 2025-11-11 21:22:36 +03:00
package-lock.json fix npm-look 2025-11-13 19:26:41 +03:00
package.json add export and import 2025-11-05 20:39:00 +03:00
README.md init 2025-10-23 22:59:37 +03:00
tsconfig.app.json init 2025-10-23 22:59:37 +03:00
tsconfig.json init 2025-10-23 22:59:37 +03:00
tsconfig.node.json init 2025-10-23 22:59:37 +03:00
vite.config.ts init 2025-10-23 22:59:37 +03:00

rpgM

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

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun run build

Lint with ESLint

bun lint