Translate Vic Ramon's Ember Tutorial to Chinese. 原文链接:http://ember.vicramon.com/ GitHub:https://github.com/vicramon/ember-tutorial
说明
文章在翻译过程中,所有相关的术语都基本保持英文没有翻译,另外,原文中的代码有CoffeeScript和JavaScript两个版本,在翻译过程中仅有使用JavaScript,如果要查看CoffeeScript的代码,可以查看原文.
Chapters
Chapter 1: Introduction
Chapter 2: Hello World
Chapter 3: The Ember Object
Chapter 4: Routing in Ember
Chapter 5: Ember Object Flow
Chapter 6: Ember Route
Chapter 7: Ember Controller
Chapter 8: Ember View
Chapter 9: Ember Template
Chapter 10: Our App
Chapter 11: Creating the Rails API
Chapter 12: Creating the Layout
Chapter 13: Modeling Leads
Chapter 14: Listing Leads
Chapter 15: Showing a Lead
Chapter 16: Editing a Lead Part I
Chapter 17: Editing a Lead Part II
Chapter 18: Deleting a Lead
Chapter 19: Creating a Lead
Chapter 20: Searching Leads
Chapter 21: Deploying to Heroku
Chapter 22: Conclusion