11

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

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

谢谢!

4

4 回答 4

9

您可以在此处找到使用 ember 1.0.0 pre.4 的示例项目: https ://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences

还计划提供 ember-data 版本。在此处查看详细信息: https ://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences/pull/9

另一个很好的例子可以在这里找到: https ://github.com/dgeb/ember_data_example

于 2013-01-24T18:43:47.687 回答
3

我有一个带有 Rails 后端应用程序的 ember、ember-data,我一直在开发https://github.com/kiwiupover/cookier ,已更新为使用 ember 1.0.0 pre.4。

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

干杯

于 2013-01-25T06:46:57.340 回答
3

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

https://peepcode.com/products/emberjs

于 2013-01-25T06:45:16.147 回答
1

另外,您可以查看本系列教程:http ://reefpoints.dockyard.com/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1.html 。除其他外,它涵盖了新的路由系统和 ember-data 的基础知识。

此外,您可以观看 Yehuda Katz 的新路由器视频介绍:https ://www.youtube.com/watch?v=4Ed_o3_59ME

于 2013-01-24T20:13:32.137 回答