Ember.js 介绍系列 (待续)

来源:互联网 发布:python 列表构建字典 编辑:程序博客网 时间:2024/06/07 01:32

打算开始写系列介绍Ember.js。

作为新兴的前端MVC框架,得到众多关注,特别是企业应用开发者。


参考:

http://emberjs.com/guides

http://code418.com/blog/2012/03/08/useful-emberjs-functions/

peepcode教程

http://singlepageappbook.com/index.html


目前版本基于1.0.0pre4


  1. 现代单页面web应用
  2. 模板 
  3. 路由 (状态机)
  4. Controller
  5. Model (继承、绑定)
  6. View
  7. 视图嵌套
  8. 对象建模
  9. 异步运行队列
  10. 常用函数

待续...

原创粉丝点击