Dash-FastAPI-Minimal是Mui-Minimal的模仿实现
# 克隆项目
git clone https://github.com/Lanrzip/Dash-FastAPI-Minimal.git
# 进入项目目录
cd Dash-FastAPI-Minimal
# 安装依赖
pip install -r requirements.txt
pip install lanrzip_dash_components-0.0.1.tar.gz
# 启动前端
python front-end\app.py
# 启动后端
python back-end\app.py