Files
model-platform/frontend/README.md
T

23 lines
598 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Frontend
React Router SPA,已将原前端按功能拆分到 `app/`
```text
app/components/ 通用图标组件
app/features/platform/ 主框架、脚本工作区和 Jupyter 编辑
app/features/schedules/ DAG 调度页面
app/features/admin/ 工作台与系统管理
app/routes/ React Router 路由入口
app/services/ API 请求、DTO 和演示上下文
app/styles/ 分功能样式
```
本地开发:
```bash
pnpm install
pnpm dev
```
生产构建由根目录 `nginx/Dockerfile` 完成,构建结果复制到 Nginx 静态目录。