更新文档

This commit is contained in:
Eric
2026-02-10 17:32:56 +08:00
parent 6b6a728cf9
commit cdf731a052
2 changed files with 50 additions and 0 deletions

25
idp/frontend/README.md Normal file
View File

@@ -0,0 +1,25 @@
## 开发
```bash
# 进入项目目录
cd frontend
# 安装依赖
npm install
# 可以使用pnpm
npm install --registry=https://registry.npmmirror.com
# 启动服务
npm run dev
```
浏览器访问 http://localhost:80
## 发布
```bash
# 构建生产环境
npm run build
```