我需要在多个设备上打开一个页面,但我不是开发人员(我没有该网站的项目),我想使用像facebook.com这样的现有页面。是否可以使用browsersync?
答案 0 :(得分:0)
您可以在网络上打开任何网络地址。
你必须安装2件主要的东西。
您必须在您的网站上安装浏览器同步 这样的机器:
npm install -g browser-sync
安装完所有内容后,您可以在终端中运行此命令,如下所示:
browser-sync start -p "https://facebook.com"
跑步后你应该得到这样的结果:
[BS] Proxying: https://facebook.com
[BS] Access URLs:
--------------------------------------
Local: https://localhost:3000
External: https://192.168.1.143:3000
--------------------------------------
UI: http://localhost:3001
UI External: http://192.168.1.143:3001