启动vue项目自动显示ip地址
2021-08-16 本文已影响0人
秀萝卜
启动项目后,只有localhost,不显示ip地址,怎么配置??
1哎哎.png//修改message
messages: [
`App runing at: `,
`Local: http://localhost:${port}`,
`Network: http://${require('ip').address()}:${port}`,
],