Files
craftlabs-authorization-sdk/web/delivery-platform-ui
dependabot[bot] e84528ca93 build(deps): bump element-plus in /web/delivery-platform-ui
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.13.6 to 2.14.1.
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](https://github.com/element-plus/element-plus/compare/2.13.6...2.14.1)

---
updated-dependencies:
- dependency-name: element-plus
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-09 08:19:01 +00: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

生产 / Staging 构建(VITE_API_BASE

静态部署到 Nginx 且 API 为独立主机 时,构建前设置后端根 URL尾部斜杠;axios 仍请求 /api/v1/...):

VITE_API_BASE=https://your-platform-api.example.com npm run build

I6_CLOSEOUT.md §4 环境矩阵一致。本地开发通常 不设 该变量。

构建

npm run build