a项目、b项目、c项目
在一个环境开发
a项目 b项目 c项目
/a-service/ /b-service/ /c-service/
这么访问分别对应三个项目
a项目index.html => http://10.0.0.0:8080/a-service/index.html
b项目index.html => http://10.0.0.0:8080/b-service/index.html
b项目index.html => http://10.0.0.0:8080/c-service/index.html
https://cli.vuejs.org/zh/conf...
配合着webpack自定义配置