使用 RequireJS、LABjs(或类似的)进行 ExtJs 依赖管理

发布于 2024-10-24 04:19:10 字数 222 浏览 12 评论 0原文

我试图找到如何包装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

也只是曾经 2024-10-31 04:19:10

我编写了自己的依赖实用程序(我的老板将其编写为我们正在构建的另一个框架的方法,我刚刚将其移植到 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.

浅紫色的梦幻 2024-10-31 04:19:10

使用咕噜
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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文