say goodbye to xmcp/react-lazyload

This commit is contained in:
2022-04-08 00:42:21 +08:00
parent 9ecc008341
commit eb311d92f6
6 changed files with 10 additions and 10 deletions

View File

@@ -2,14 +2,11 @@
## 获取源码
`git clone --recurse-submodules https://git.thu.monster/newthuhole/hole_thu_frontend.git`
`git clone https://git.thu.monster/newthuhole/hole_thu_frontend.git`
注意,由于改造自P大树洞网页版额包含了由xmcp维护的submodule
## 部署
推荐使用yarn
+ 本地调试
```
yarn install
@@ -18,6 +15,7 @@ yarn start
+ 打包部署
```
export REACT_APP_BUILD_INFO="your version"
yarn run build
```