Create README.md

This commit is contained in:
Xwite 2023-04-08 08:44:51 +08:00 committed by GitHub
parent e01a25b1a6
commit 906b373aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
modules/web/src/README.md Normal file
View File

@ -0,0 +1,12 @@
# 阅读web端
使用vue3 web书架和web源编辑
## 路由
* http://localhost:8080/ 书架
* http://localhost:8080/#/bookSource 书源编辑
* http://localhost:8080/#/rssSource 订阅源编辑
## 开发
> 需要阅读app提供后端服务开发前修改环境变量`VITE_API`为阅读web ip
```bash
echo "VITE_API=<ip>" > .env.development
pnpm dev
```