-
Notifications
You must be signed in to change notification settings - Fork 72
Guide
Firede edited this page Mar 25, 2014
·
13 revisions
不要惊慌
欢迎进入Web前端移动开发。
本指南主要从设计、项目搭建、开发/自测、构建四个方面总结移动开发中需要留心的地方,以便快速上手开发移动应用。
总结项目开发前需要关注的东东,这部分还需要就项目实际情况和PM
、UE
同学一同讨论确定
- 平台支持 —— 确定支持的浏览器
- 关于
icon
—— 使用@font-face
- 支持
retina
—— 设计图的考虑 - 留心这些效果 —— 不太好的设计
-
fixed
定位 与input
iframe
translate3D
-
- ...
- 文件夹结构
- 基础模块 ——
saber
- ...
-
不一样的开发环境
- 新的标准 —— 体积小、反应快
- 拥抱标准 ——
ECMAScript 5
+HTML5
+CSS3
- 仍需奋斗 —— 众多的平台、浏览器版本
-
页面基本结构
- 基本框架
viewport
- ...
-
PC
模拟mobile
环境 - 远程调试
watch
jasmine
- ...
html2js
-
version
管理 - ...