Files
flaskProject/flask-ui
YanLongChangAn c14a55ffd1 refactor(sidebar): 更新 Pinia store 导入路径
- 将 useIsCollapseStore 的导入路径从 "@/stores/counter.ts" 修改为 "@/stores"
- 统一了 layout 和 sidebar 组件中的 store 导入方式
- 移除了具体的文件扩展名,使用更简洁的模块路径
2026-05-10 23:22:11 +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