- 新增页面常量配置系统(src/config/pages.js)统一管理页面标识符 - 实现AppHeader组件响应式按钮切换,支持CAD连接状态检查 - 创建Creo专属页面组件(模型分析、导出工具)和通用格式转换页面 - 修复编码规范违规,消除硬编码魔法值,实现统一配置管理 - 集成DashboardView页面切换逻辑,左侧打开模型自动跳转查看页面 🤖 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