Sencha Touch 承襲了 ExtJS 的風格,MVC 全部以 code 的方式來呈現,並以 JSON style 的方式撰寫。一開始看還真的很不習慣。
參考 Getting Started with Sencha Touch 2
開發所需工具(在 Mac 上):
- Web server: MAMP
- Webkit browser: Google Chrome
- Text editor: Sublime Text 2 (看自己偏好)
- Sencha Touch SDK (2.1.1 目前商業版依然免費)
- Sencha Cmd (3.0.2 需要 JRE 或 JDK)
Sencha Touch SDK 解壓縮後目錄 touch-2.1.1 放在 Document Root (htdocs)。
Sencha Cmd 安裝在 /Users/USER/bin 內。
以 Command line 建立專案:
htdocs shinder$ cd touch-2.1.1/
touch-2.1.1 shinder$ sencha generate app GS ../GS
Sencha Cmd v3.0.2.288
[INF] ...
等跑完後,即完成專案的建立。查看 app/view/Main.js 的內容。
沒有留言:
張貼留言