Files
craftlabs-authorization-sdk/web/delivery-platform-ui/README.md
T
huangping 65eb983035 feat(web): I1 shell and I2 customer/project UI
Vue 3 + Element Plus layout with JWT login, RBAC routes, axios 401
handling with token restore, and Customers/Projects views wired to
platform APIs.

Made-with: Cursor
2026-04-06 21:05:02 +08:00

23 lines
521 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# delivery-platform-uiI1
Vue 3 + Vite + Element Plus + Pinia,对齐 [tracks/02](../../docs/engineering/tracks/02-frontend-platform-ui.md)。
## 开发
1. 先启动后端:`mvn -f ../../services/pom.xml -pl delivery-platform-api spring-boot:run`(工作目录可自调)
2. 安装依赖并启动:
```bash
cd web/delivery-platform-ui
npm install
npm run dev
```
浏览器访问 `http://127.0.0.1:5173`,登录 `admin` / `admin``/api` 由 Vite 代理到 `8080`
## 构建
```bash
npm run build
```