Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 409 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 409 Bytes

前端项目

安装依赖

cd frontend
pnpm install

脚本描述

开发启动

npm run dev

打包

npm run build

后端服务

pip install "fastapi[standard]"

开发启动

fastapi dev main.py

Server started at http://127.0.0.1:8000

Documentation at http://127.0.0.1:8000/docs

nohup fastapi run main.py > logout.log 2>&1 &