Commit 9dcae6e4bf42c9abb4232cf34b6e6abb5f40b127

Authored by hujian
1 parent f7b67e28

替换前端编译npm源地址为https://registry.npmmirror.com

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