添加wiki
parent
be42a35eca
commit
861d775dd7
|
@ -0,0 +1,18 @@
|
|||
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: 50 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in New Issue