mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
65eb983035
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
521 B
521 B
delivery-platform-ui(I1)
Vue 3 + Vite + Element Plus + Pinia,对齐 tracks/02。
开发
- 先启动后端:
mvn -f ../../services/pom.xml -pl delivery-platform-api spring-boot:run(工作目录可自调) - 安装依赖并启动:
cd web/delivery-platform-ui
npm install
npm run dev
浏览器访问 http://127.0.0.1:5173,登录 admin / admin。/api 由 Vite 代理到 8080。
构建
npm run build