Commit 9cb88954 authored by houlinfeng's avatar houlinfeng

feat: update project name

parent f4bcff21
......@@ -41,3 +41,5 @@ tmp
projects/web/node_modules
projects/web/dist
projects/web_demo/web_demo/static/
......@@ -25,7 +25,7 @@ yarn build
```bash
# 先进入后端目录
cd projects/web_api
cd projects/web_demo
# 安装依赖
pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```
......@@ -34,7 +34,7 @@ pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```bash
# 进入程序目录
cd projects/web_api/web_api
cd projects/web_demo/web_demo
# 启动服务
python3 app.py
# 在浏览器访问启动的地址即可访问界面
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment