1、config下的index.js文件
// Various Dev Server settings
host: '0.0.0.0', // can be overwritten by process.env.HOST
2、更目录下的manifest.json
"launch_path": "http://192.168.1.187:8080",/*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/ 修改为本地ip http://192.168.1.187:8080
3、Hbuilder
3.1Hbuilder打开整个webpack构建的vue项目
3.2app入口文件为本地ip http://192.168.1.187:8080