@jianming/remote-console
v1.1.4
Published
远程控制台
Downloads
5
Maintainers
Readme
remote-console
使用socket.io实现的远程控制台,可在pc端抓取手机页面的控制台输出
安装
- 通过npm包安装
npm i @jianming/remote-console -g
cre start
- 通过git clone源代码,然后
npm start
使用方法
方法1
npm install @jianming/remote-console -g
cre start
方法2
- 在需要抓取的页面引入:
<script src="http://IP:6688/assets/remote-console.js" id="remoteConsole" data-channel="CHANNEL"></script>
- 在PC端浏览器打开:http://IP:6688/channel/CHANNEL
- CHANNEL可换成你想使用的任意值
说明
不同的CHANNEL之间的消息是隔离的,所以可以同时使用多个CHANNEL调试不同的页面