vue修改启动的端口和host
Posted jack-cx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue修改启动的端口和host相关的知识,希望对你有一定的参考价值。
打开vue项目(dev)
dev/config/ 路径修改index.js文件
然后对host和pord修改指定的即可
host: ‘localhost‘, // can be overwritten by process.env.HOST port: 8082, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, notifyOnErrors: true, poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
以上是关于vue修改启动的端口和host的主要内容,如果未能解决你的问题,请参考以下文章
求前端大神帮忙,vue项目,修改了index.js ,的host:'192.168.1.101 ',之后,不能在手机上预览,