javascript Backbone.js 教程和学习资源

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6349164/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-25 20:22:42  来源:igfitidea点击:

Backbone.js tutorials and learning resources

javascriptbackbone.js

提问by yojimbo87

Are there any other backbone.js tutorials or learning resources for beginners than Introductionor Hello backbone.js?

除了IntroductionHellobone.js 之外,还有其他适合初学者的backbone.js 教程或学习资源吗?

回答by sebarmeli

I also found this interisting tutorial for testing Backbone.js

我还发现了这个有趣的测试 Backbone.js 的教程

http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html

http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html

回答by 3logy

I will added this one : Aaronit's really helped me out!!

我会添加这个:Aaron,它真的帮了我大忙!!

回答by kubetz

I know 2 Backbone.js resource collections you might be interested in:

我知道您可能感兴趣的 2 个 Backbone.js 资源集合:

回答by James Hill

I think this is a decent tutorial. It goes over a simple (hello world kind of simple) example. It also has links to documentation and demo apps.

我认为这是一个不错的教程。它介绍了一个简单的(你好世界那种简单)的例子。它还具有指向文档和演示应用程序的链接。

http://www.plexical.com/blog/2010/11/18/backbone-js-tutorial/

http://www.plexical.com/blog/2010/11/18/backbone-js-tutorial/

回答by Philip Schweiger

I know this question is already marked as answered, but just to add to the knowledge here for anyone coming across this question:

我知道这个问题已经被标记为已回答,但只是为了增加遇到这个问题的人的知识:

I found this walk-through of implementing Backbone.js useful:

我发现这个实现 Backbone.js 的演练很有用:

http://andyet.net/blog/2010/oct/29/building-a-single-page-app-with-backbonejs-undersc/

http://andyet.net/blog/2010/oct/29/building-a-single-page-app-with-backbonejs-undersc/

回答by James Healy