23 lines
288 B
Markdown
23 lines
288 B
Markdown
|
|
# 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`
|