diff --git a/vue2-boot/README.md b/vue2-boot/README.md index 25f4410670b356423f506d5060c6f91e349d3a9a..d9a4c2ff043f254bad33a0a37e666fd4954832e7 100644 --- a/vue2-boot/README.md +++ b/vue2-boot/README.md @@ -5,7 +5,8 @@ - 进入到 resources 下的 vueboot 文件夹 - 执行 npm install 编译 - 执行 npm run build 将打包成 dist 文件 -- 执行 VueBootApplication main 方法,启动项目访问 http://localhost:9091/index.html 即可 +- 执行 VueBootApplication main 方法,启动项目访问 http://localhost:9090/dist1/index.html 即可 +- 执行 VueBootApplication main 方法,启动项目访问 http://localhost:9090/dist2/index.html 即可 #### 开发方式1