美文网首页
启动vue项目自动显示ip地址

启动vue项目自动显示ip地址

作者: 秀萝卜 | 来源:发表于2021-08-16 10:10 被阅读0次

    启动项目后,只有localhost,不显示ip地址,怎么配置??

    1哎哎.png
    //修改message
              messages: [
                `App runing at: `,
                `Local: http://localhost:${port}`,
                `Network: http://${require('ip').address()}:${port}`,
              ],
    

    相关文章

      网友评论

          本文标题:启动vue项目自动显示ip地址

          本文链接:https://www.haomeiwen.com/subject/iilmbltx.html