Files
craftlabs-authorization-sdk/web/delivery-platform-ui
huangping 7f8e7b7e7c feat(web): I3 contract list, wizard, and detail
Add routes and menu, platform API helpers (patch status, audit-events),
and Vue views aligned to platform contract DTOs and state transitions.

Made-with: Cursor
2026-04-06 21:29:28 +08:00
..

delivery-platform-uiI1

Vue 3 + Vite + Element Plus + Pinia,对齐 tracks/02

开发

  1. 先启动后端:mvn -f ../../services/pom.xml -pl delivery-platform-api spring-boot:run(工作目录可自调)
  2. 安装依赖并启动:
cd web/delivery-platform-ui
npm install
npm run dev

浏览器访问 http://127.0.0.1:5173,登录 admin / admin/api 由 Vite 代理到 8080

构建

npm run build