gpt4 book ai didi

vue-cli - 如何将 `vue ui` 绑定(bind)到另一个 IP? (vue-cli 3)

转载 作者:行者123 更新时间:2023-12-04 15:06:43 26 4
gpt4 key购买 nike

我在docker中使用vue-cli,需要将服务绑定(bind)到局域网IP,或者绑定(bind)到0.0.0.0为了“本地”访问它们。

我期待 --host 0.0.0.0 ,但那不存在。
$ vue ui
🚀 Starting GUI...
🌠 Ready on http://localhost:8000
$ vue ui -h
Usage: ui [options]
start and open the vue-cli ui
Options:
-p, --port <port> Port used for the UI server (by default search for awailable port)
-D, --dev Run in dev mode
--quiet Don't output starting messages
--headless Don't open browser on start and output port
-h, --help output usage information

最佳答案

我正在使用 Vue.jsVagrant 内例如开发,最初有同样的问题。

看起来 -H/--host 选项是在 vue-cli 版本 3.1.0 中添加的:
https://github.com/vuejs/vue-cli/pull/2568

$ vue --version
3.1.3

$ vue ui -h
Usage: ui [options]

start and open the vue-cli ui

Options:
-H, --host <host> Host used for the UI server (default: localhost)
-p, --port <port> Port used for the UI server (by default search for available port)
-D, --dev Run in dev mode
--quiet Don't output starting messages
--headless Don't open browser on start and output port
-h, --help output usage information

$ vue ui -H 0.0.0.0
🚀 Starting GUI...
🌠 Ready on http://0.0.0.0:8000

这解决了我的问题。

关于vue-cli - 如何将 `vue ui` 绑定(bind)到另一个 IP? (vue-cli 3),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51250588/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com