learn-vue/components_vue3
Fromsko ec287f0228 feat:小bug版 2024-09-21 00:49:51 +08:00
..
.vscode feat: 增添组件展示库 2024-09-20 17:18:31 +08:00
public feat: 增添组件展示库 2024-09-20 17:18:31 +08:00
src feat:小bug版 2024-09-21 00:49:51 +08:00
.gitignore feat: 增添组件展示库 2024-09-20 17:18:31 +08:00
README.md feat: 增添组件展示库 2024-09-20 17:18:31 +08:00
env.d.ts feat:小bug版 2024-09-21 00:49:51 +08:00
index.html feat: 增添组件展示库 2024-09-20 17:18:31 +08:00
package.json feat:小bug版 2024-09-21 00:49:51 +08:00
pnpm-lock.yaml feat:小bug版 2024-09-21 00:49:51 +08:00
tsconfig.app.json feat:小bug版 2024-09-21 00:49:51 +08:00
tsconfig.json feat:小bug版 2024-09-21 00:49:51 +08:00
tsconfig.node.json feat:小bug版 2024-09-21 00:49:51 +08:00
tsconfig.vitest.json feat:小bug版 2024-09-21 00:49:51 +08:00
vite.config.ts feat: 增添组件展示库 2024-09-20 17:18:31 +08:00

README.md

components_vue3

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 build