648540858
4 years ago
6 changed files with 18 additions and 0 deletions
@ -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) |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in new issue