赞
踩
此流程以Vue项目为例
一、操作步骤
0.0.0.0
// vue.config.js
module.exports = {
devServer: {
host: '0.0.0.0',
...
},
...
}
App running at:
- Local: http://localhost:8080/
- Network: http://xxx.xxx.xxx.xx:8080/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。