移动开发框架

 

移动前端开发之viewport的深入理解

jingle http://vycool.com/Jingle/started.html#cometo

 

http://gmu.baidu.com/

 

http://my.oschina.net/u/727843/blog/393202

mac下的抓包工具Charles

 

真机调试 Weinre的使用

安装步骤:

  1. 安装npm
  2. npm install weinre –g
  3. 会在目录C:\Users\Administrator\AppData\Roaming\npm\node_modules下看到weinre,这便是它的主目录了。注: 每次cd一个文件夹,逐目录cd下去才能到达目标文件夹。
  4. cmd中进入该主目录,运行weinre –httpPort 8080 –boundHost -all-
  5. 在要调试的页面加上<script src="http://yourIp:8080/target/target-script-min.js" /></script>
  6. 手机浏览器上打开 http:// yourIp:8080/client/

posted on 2015-09-11 09:38  dhj  阅读(145)  评论(0编辑  收藏  举报

导航