问题 有人能指出我使用最新路由系统的ember.js项目吗?奖励积分如果它也使用ember数据


我正在用ember.js创建我的第一个项目,到目前为止还没有找到任何使用新路由系统的示例项目。来自ember文档的所有示例都使用旧路由。

此外,我很想看到一个使用Ember Data的项目示例,如果有人知道的话。

谢谢!


3721
2018-01-24 18:37


起源



答案:


你可以在这里使用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


9
2018-01-24 18:43



谢谢您的帮助! - Chris


答案:


你可以在这里使用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


9
2018-01-24 18:43



谢谢您的帮助! - Chris


虽然不是免费的Peepcode刚刚发布了他们的“Fire Up Ember.js”,它涵盖了Ember的最新更新,可能是您最好的选择。

https://peepcode.com/products/emberjs


3
2018-01-25 06:45



谢谢你分享这个。我昨晚实际上看了它,并完成了大约85分钟的教程。到目前为止,这是迄今为止我学习Ember时最有帮助的事情。这是12美元。一个缺点是它没有超出使用数据夹具,但它最少让我开始在前端。谢谢! - Chris


我有一个ember,ember-data和一个我一直在研究的rails后端应用程序 https://github.com/kiwiupover/cookier 更新为使用ember 1.0.0 pre.4。

看看,让我知道你的想法。

干杯


3
2018-01-25 06:46





另外,您可以查看以下系列教程: 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


1
2018-01-24 20:13