We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我是boilerplateJS 的作者。在完成了几个复杂的 JS 项目之后,我想将我在 JS 中构建复杂应用程序的经验总结为一个开源参考架构。 BoilerplateJS 处理 Nicholas 讨论的所有问题,但不限于其中提出的想法。
BoilerplateJS 允许您将复杂的产品套件构建为产品模块和 UI 组件。参考架构代码库中实现了几个可遵循的示例。
http://boilerplatejs.org/
它处理的其他问题包括:
- 构建解决方案
- 创建模块层次结构
- 依赖管理
- 基于事件的消息传递,
- 路由和嵌入式组件
- 单元测试
- 本地化
- 文档生成
- JS 优化和混淆
在此处查看实际效果:
http://boilerplatejs.org/samples/productsuite/index.html
I'm the author of boilerplateJS. After couple of complex JS projects, I wanted to compile my experience in building complex application in JS as a open source reference architecture. BoilerplateJS handles all concerns that are discussed by Nicholas, but not restricted to the ideas presented there.
BoilerplateJS lets you to structure your complex product suite in to product-modules and UI components. There are several samples implemented to follow in the reference architecture code base.
http://boilerplatejs.org/
Among other concerns it handles are:
- structuring the solution
- creating a module hierarchy
- Dependency management
- Event based messaging,
- Routing and embeddable components
- Unit testing
- Localization
- Document generation
- JS optimizations and obfuscation
See it in action here:
http://boilerplatejs.org/samples/productsuite/index.html
我对 Zakas 对该理论的不同实现进行了比较。
我比较过...
在检查了所有优点和缺点后,我决定使用 Hydra.js (我需要轻松扩展模块),但最重要的是了解您对这些类型的框架的需要/期望并进行自己的比较。
这些是我检查的主题:
如果需要更多请告诉我 帮助。
更新:
我正在检查 Addyosmani 的开发预览版 'Backbone Aura' 中的新框架
I have done a comparison about different implementations of this theory by Zakas.
I've compared...
After checking all pros and cons I decided to use Hydra.js (I needed to extend modules easily), but the most important is to know what do you need/expect of these type of frameworks and make your own comparison.
These are the topics I checked:
Tell me if need more help.
Update:
I'm checking a new framework that is in development preview 'Backbone Aura' from Addyosmani