首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

手机浏览器web运用调试

2013-08-14 
手机浏览器web应用调试1. Install weinre:?http://people.apache.org/~pmuellr/weinre/docs/latest/Home.h

手机浏览器web应用调试

1. Install weinre:?http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html

npm -g install weinre

2. Run weinre: ?weinre options

? ? ?weinre --boundHost hostname/IP --httpPort 8081

3. Add a script tag into web page:

? ??<script src="http://a.b.c:8081/target/target-script-min.js"></script>

4. Access?http://a.b.c:8081/client to debug app.

热点排行