- 删除DashboardView中ContentArea组件包装,直接显示页面内容 - 保留6个CAD软件显示,删除AutoCAD/SolidWorks/CATIA的API接口 - 保持Creo/Revit/PDMS完整功能,删除Revit的bim接口 - 简化页面结构:MainLayout → 直接内容(去除三层嵌套) - 所有导航切换逻辑和样式保持不变 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .vscode | ||
| config | ||
| docs | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
.
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint