Skip to content

Commit 23dd757

Browse files
committed
update
1 parent c09ea16 commit 23dd757

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,18 @@ cd mpbs
5959
```
6060
4. 前端启动
6161
```
62-
cd web
62+
cd ./web/
6363
npm install
6464
npm run serve
6565
```
6666

67+
5. 打包服务
68+
```
69+
./gradlew :mpbs-app:bootJar
70+
cd ./web/
71+
npm run build
72+
```
73+
6774
## 📘 使用说明
6875

6976
* 访问 [http://localhost:80](http://localhost:80) 查看博客主页

0 commit comments

Comments
 (0)