添加wiki
This commit is contained in:
parent
bce4e95482
commit
d474d9c8f6
18
wikis/build.md
Normal file
18
wikis/build.md
Normal 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下,文件->打开, 找到克隆的项目.
|
||||

|
||||

|
||||

|
||||

|
0
wikis/config.md
Normal file
0
wikis/config.md
Normal file
BIN
wikis/images/build_1.png
Normal 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
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
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
BIN
wikis/images/build_4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in New Issue
Block a user