Initial commit

This commit is contained in:
yuding
2026-04-20 10:13:52 +08:00
commit 7954b98fc2
50 changed files with 10143 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# BIM Dashboard Vite + Vue 3
Single-entry Vue 3 app (managed by Vue Router) for module routes.
## Run
```bash
npm install
npm run dev
```
Open routes directly:
- `/home`
- `/project`
- `/subcontract`
- `/measurement`
- `/plan`
- `/progress`
- `/change`
- `/material`
- `/inspection`