Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以CommonJS在 Chrome 扩展程序中使用模块吗?
CommonJS
谢谢马可
你可以很好地使用 RequireJS 实现的 CommonJS 的 AMD 模块系统。
您可能需要一个 CommonJS 客户端实现,例如SeaJS。
由于 CommonJS 实现是服务器端的,因此将其用作 Chrome 扩展的唯一方法是通过 NPAPI 绑定。如果您正在寻找替代框架,请寻找位于客户端的框架。
希望有帮助!