File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "scripts" : {
88 "dev" : " vue-cli-service serve" ,
9+ "build:dev" : " vue-cli-service build --dest ../gen/target/view" ,
910 "build:prod" : " vue-cli-service build --dest ../dist/gen/view" ,
1011 "build:stage" : " vue-cli-service build --mode staging --dest ../dist/gen/view" ,
1112 "preview" : " node build/index.js --preview" ,
Original file line number Diff line number Diff line change @@ -55,9 +55,15 @@ clone代码,然后执行`docker-build.sh`脚本
5555
5656## 本地开发
5757
58+ ### 前后端分离启动
5859- 运行` gen ` 下的` com.gitee.gen.GenApplication ` (SpringBoot工程)
5960- 运行` front ` 下的前端项目,详见:[ readme] ( ./front/README.md )
6061
62+ ### SpringBoot整合Vue启动
63+ - ` cd front & npm run build:dev `
64+ - 运行` gen ` 下的` com.gitee.gen.GenApplication ` (SpringBoot工程)
65+ - 浏览器访问` http://localhost:6969/ `
66+
6167## 参与贡献
6268
6369欢迎贡献代码,完善功能,PR请提交到` pr ` 分支
You can’t perform that action at this time.
0 commit comments