# modelbox-webui **Repository Path**: modelbox/modelbox-webui ## Basic Information - **Project Name**: modelbox-webui - **Description**: Modelbox的编排前端UI - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-02-22 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: ai **Tags**: None ## README # ModelBox UI ModelBox前端UI界面代码 ## 启动方式 保证node版本在16.13.0或以上 LTS:Gallium 在与package.json同级目录下,执行`npm i` 安装完成后输入`npm start`运行 输入`npm run serve` 或者 `ng serve --configuration development` 进入开发模式 输入`ng test`以运行单元测试