部署开发环境 / deploy-dev (push) Successful in 1m32s
- 将 Element Plus 相关导入语句注释掉 - 更新 axios 从 1.16.1 到 1.19.0 版本 - 更新 element-plus 从 2.14.1 到 2.14.4 版本 - 更新 vue 从 3.5.35 到 3.5.41 版本 - 更新 vue-router 从 5.1.0 到 5.2.0 版本 - 更新 @tailwindcss/vite 和 tailwindcss 至 4.3.3 版本 - 更新 pinia 从 3.0.4 到 4.0.3 版本 - 更新 devDependencies 中多个开发工具包版本 - 在类型声明文件中添加 oxlint 和 oxfmt 的忽略注释
web
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) ( and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
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