|
|
hai 6 horas | |
|---|---|---|
| .. | ||
| admin-platform | hai 7 horas | |
| ops-platform | hai 6 horas | |
| README.md | hai 7 horas | |
| package.json | hai 7 horas | |
| yarn.lock | hai 7 horas | |
当前目录新增两个 Vue 3 前端项目,并统一使用 Yarn workspace 管理:
ops-platform:运营平台,提供开放注册、版本管理、插件化开关、全量/灰度发布。admin-platform:管理平台,负责审核运营账户、禁用账户、管理子账户权限。cd frontend
yarn install
先启动后端:
cd server
mvn -pl version-management-service spring-boot:run
再分别启动前端:
cd frontend
yarn dev:ops
cd frontend
yarn dev:admin
cd frontend
yarn build
前端默认请求 http://127.0.0.1:8080,如需调整可通过 VITE_API_BASE_URL 覆盖。