Merge pull request #752 from stayorigin/wvp-28181-2.0

替换前端编译npm源地址
This commit is contained in:
648540858 2023-02-20 09:50:14 +08:00 committed by GitHub
commit 307a68de73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ git clone https://github.com/648540858/wvp-GB28181-pro.git
### 5.2 编译前端页面
```shell script
cd wvp-GB28181-pro/web_src/
npm --registry=https://registry.npm.taobao.org install
npm --registry=https://registry.npmmirror.com install
npm run build
```
编译如果报错, 一般都是网络问题, 导致的依赖包下载失败