我正在用ember.js创建我的第一个项目,到目前为止还没有找到任何使用新路由系统的示例项目。来自ember文档的所有示例都使用旧路由。
此外,我很想看到一个使用Ember Data的项目示例,如果有人知道的话。
谢谢!
我正在用ember.js创建我的第一个项目,到目前为止还没有找到任何使用新路由系统的示例项目。来自ember文档的所有示例都使用旧路由。
此外,我很想看到一个使用Ember Data的项目示例,如果有人知道的话。
谢谢!
你可以在这里使用ember 1.0.0 pre.4找到一个示例项目: https://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences
有计划提供一个余烬数据版本。点击此处了解详情: https://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences/pull/9
另一个很好的例子可以在这里找到: https://github.com/dgeb/ember_data_example
你可以在这里使用ember 1.0.0 pre.4找到一个示例项目: https://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences
有计划提供一个余烬数据版本。点击此处了解详情: https://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences/pull/9
另一个很好的例子可以在这里找到: https://github.com/dgeb/ember_data_example
虽然不是免费的Peepcode刚刚发布了他们的“Fire Up Ember.js”,它涵盖了Ember的最新更新,可能是您最好的选择。
我有一个ember,ember-data和一个我一直在研究的rails后端应用程序 https://github.com/kiwiupover/cookier 更新为使用ember 1.0.0 pre.4。
看看,让我知道你的想法。
干杯
另外,您可以查看以下系列教程: http://reefpoints.dockyard.com/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1.html。除此之外,它还涵盖了新的路由系统和余烬数据的基础知识。
此外,您可以看看来自Yehuda Katz的新路由器的视频介绍: https://www.youtube.com/watch?v=4Ed_o3_59ME