移动开发框架
移动前端开发之viewport的深入理解
jingle http://vycool.com/Jingle/started.html#cometo
http://gmu.baidu.com/
http://my.oschina.net/u/727843/blog/393202
mac下的抓包工具Charles
真机调试 Weinre的使用
安装步骤:
- 安装npm
- npm install weinre –g
- 会在目录C:\Users\Administrator\AppData\Roaming\npm\node_modules下看到weinre,这便是它的主目录了。注: 每次cd一个文件夹,逐目录cd下去才能到达目标文件夹。
- cmd中进入该主目录,运行weinre –httpPort 8080 –boundHost -all-
- 在要调试的页面加上
<script src="http://yourIp:8080/target/target-script-min.js" /></script>
- 手机浏览器上打开 http:// yourIp:8080/client/