使用 RequireJS、LABjs(或类似的)进行 ExtJs 依赖管理
我试图找到如何包装 ExtJs 和 ExtJs“模块”以与 javascript 依赖框架(例如 RequireJS 或 LAB)一起使用的示例。
我正在处理一个基于 ExtJs 的大型项目,并且有许多单独的模块文件,这些文件只是批量包含在各处,并且它已经有点失控了。
有人使用过带有 ExtJs 的现有依赖管理框架吗? (我知道 ExtJs 4 可能包含类似的东西,但我固定使用 ExtJs 3)
I am trying to find examples of how to wrap ExtJs and ExtJs 'modules' up for use with a javascript dependency framework such as RequireJS or LAB.
I am working with a large ExtJs based project and there are many separate module files which are just bulk included everywhere and it is getting a little out of control.
Has anyone used an existing depenency management framework with ExtJs? (I know ExtJs 4 may include something similar, but I am fixed on using ExtJs 3)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我编写了自己的依赖实用程序(我的老板将其编写为我们正在构建的另一个框架的方法,我刚刚将其移植到 ExtJS)作为混合,您可以在其中定义依赖项是什么,并包含它们何时发生的事件已加载。
I wrote my own dependency utility (well my boss wrote it as a method for another framework we are building, and I just ported it to ExtJS) as a mixin where you can just define what your dependencies are, and include events for when they are loaded.
使用咕噜
https://github.com/mattgoldspink/grunt-sencha-dependencies
Sencha Cmd 现在可以它也会自动 - 不幸的是它认为 ExtJS4.1 是遗留的,更不用说 3 了。
Using Grunt
https://github.com/mattgoldspink/grunt-sencha-dependencies
Sencha Cmd now does it automatically as well - unfortunately it considers ExtJS4.1 as legacy, let alone 3.