读书人

手机浏览器web运用调试

发布时间: 2013-08-14 14:27:55 作者: rapoo

手机浏览器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.

读书人网 >Web前端

热点推荐