添加wiki
parent
861d775dd7
commit
c623797c1f
|
@ -1,18 +0,0 @@
|
||||||
1. 检出代码
|
|
||||||
```shell script
|
|
||||||
git clone https://github.com/648540858/wvp-GB28181.git
|
|
||||||
```
|
|
||||||
2. 编译静态页面
|
|
||||||
```shell script
|
|
||||||
cd wvp-GB28181/web_src
|
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
```
|
|
||||||
在src/main/resources/static下出现静态文件
|
|
||||||
3. 编译JAVA项目
|
|
||||||
打包过程同普通Spring Boot项目打包.
|
|
||||||
在IDEA下,文件->打开, 找到克隆的项目.
|
|
||||||
![build_1.png](images/build_1.png)
|
|
||||||
![build_2.png](images/build_2.png)
|
|
||||||
![build_3.png](images/build_3.png)
|
|
||||||
![build_4.png](images/build_4.png)
|
|
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
Loading…
Reference in New Issue