如何将Angular localhost:4200 改为IP
ust specify the IP in --host option like ng serve --host 192.16.1.1
Now you can visit http://192.16.1.1:4200 in your browser and it will work
下面是一个例子:
ng serve --host 192.168.1.102 --port 4201
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。