Files
flaskProject/flask-ui
YanLongChangAn 4851307392 chore(deps): 更新项目依赖包版本
- 将 Vue 从 beta 版本升级到 ^3.5.32 版本
- 将 vue-router 从 ^5.0.3 升级到 ^5.0.4
- 将 @types/node 从 ^24.11.0 升级到 ^24.12.2
- 将 @vitejs/plugin-vue 从 ^6.0.4 升级到 ^6.0.6
- 将 @vitejs/plugin-vue-jsx 从 ^5.1.4 升级到 ^5.1.5
- 将 @vue/tsconfig 从 ^0.8.1 升级到 ^0.9.1
- 将 eslint 从 ^10.0.2 升级到 ^10.2.1
- 将 eslint-plugin-oxlint 从 ~1.50.0 升级到 ~1.60.0
- 将 oxfmt 从 ^0.35.0 升级到 ^0.45.0
- 将 oxlint 从 ~1.50.0 升级到 ~1.60.0
- 将 typescript 从 ~5.9.3 升级到 ~6.0.0
- 将 vite 从 beta 版本升级到 ^8.0.8
- 将 vite-plugin-vue-devtools 从 ^8.0.6 升级到 ^8.1.1
- 将 vue-tsc 从 ^3.2.5 升级到 ^3.2.6
- 移除 package.json 中的 overrides 配置块
2026-04-21 14:54:57 +08:00
..

flask-ui

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint