JavaScriptMVC (JMVC) 教程
我有兴趣学习 JavaScriptMVC。我已经阅读了入门指南和一堆官方文档,但我通过查看其他人的代码学得最好。我没有在使用它的教程或示例/开源应用程序中找到太多其他内容。
任何人都知道好的教程或开源应用程序,我可以查看它如何在更复杂的应用程序中使用?
PS:我知道 Srchr 教程,但是工作中的代理阻止我使用 getjs 获取代码。有没有地方可以从网上下载它?如果没有的话,我这个周末就回家买。
I'm interested in learning JavaScriptMVC. I've gone through Getting Started and a bunch of the official docs, but I learn best by looking at other people's code. I'm not finding much else in the way of tutorials or sample/open source apps using it.
Anyone know of good tutorials or open source apps I can look at to see how it's used in a more complex app?
PS: I'm aware of the Srchr tutorial, but the proxy at work is blocking me from getting the code with getjs. Is there someplace to download it from the web? If not, I'll grab it at home this weekend.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JMVC 文档中每篇文章的末尾都有一些小示例(阅读核心 - 模型、控制器、视图)。另请阅读https://gist.github.com/989117
在 JMVC 论坛上提问。我的建议 - 开始构建你自己的应用程序 - 这将是最好的教程。
祝你好运。
There are some small examples in the end of each article in JMVC documentation (read core - Model, Controller, View). Also read this https://gist.github.com/989117
Ask on JMVC forum. My advice - start building your own app - it will the best tutorial.
Good luck.