Files
dypid/web
ygxbnet a725b56ab2
部署开发环境 / deploy-dev (push) Successful in 2m3s
chore(deps): 更新项目依赖包版本
- 升级 axios 从 1.15.2 到 1.16.1
- 升级 element-plus 从 2.13.7 到 2.14.1
- 升级 vue 从 3.5.32 到 3.5.35
- 升级 vue-router 从 5.0.4 到 5.1.0
- 升级 @types/node 从 24.12.2 到 24.12.4
- 升级 @vitejs/plugin-vue 从 6.0.6 到 6.0.7
- 升级 typescript 从 ~6.0.0 到 ~6.0.3
- 升级 vite 从 8.0.8 到 8.0.16
- 升级 vite-plugin-vue-devtools 从 8.1.1 到 8.1.2
- 升级 vue-tsc 从 3.2.6 到 3.3.3
2026-06-03 13:26:10 +08:00
..

web

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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build