You need to sign in or sign up before continuing.
README.md 424 Bytes

apps/web_ui/

当前目录承接 BettaFish 的 Web 前端工程。

当前状态

  • 前端代码统一位于 apps/web_ui/
  • 构建产物继续输出到 static/frontend/,作为 Flask / Docker 单服务部署的兼容前端产物
  • 历史根目录 frontend/ 兼容目录已移除

常用命令

npm --prefix apps/web_ui install
npm --prefix apps/web_ui run dev
npm --prefix apps/web_ui run build