Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 增加 IP 显示提 #6

Open
Roamin opened this issue Nov 15, 2018 · 0 comments
Open

[Feature] 增加 IP 显示提 #6

Roamin opened this issue Nov 15, 2018 · 0 comments

Comments

@Roamin
Copy link

Roamin commented Nov 15, 2018

项目启动后,增加 IP 地址提示

真机调试的时候,往往需要手机访问,而 localhost 是不能直接被访问,故显示 IP 地址会更方便友好一些

  • 依赖
npm install ip --save-dev
  • /build/webpack.dev.conf.js
const ip = require('ip')

// ...
compilationSuccessInfo: {
    messages: [
        `Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`, 
        `Your application is running here: http://${ip.address()}:${port}`
    ]
},
  • 效果
    image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant