添加wiki

pull/1/head
648540858 2020-10-12 13:14:20 +08:00
parent be42a35eca
commit 861d775dd7
6 changed files with 18 additions and 0 deletions

18
wikis/build.md Normal file
View File

@ -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)

0
wikis/config.md Normal file
View File

BIN
wikis/images/build_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
wikis/images/build_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
wikis/images/build_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
wikis/images/build_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB