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.
我遵循了 angular2 的 5 分钟快速入门的文档,然后根据 angular 2 的 Dragula 演示设置修改了代码。
单独的快速入门按预期工作,但为 dragula2 添加文件不起作用。我得到了例外
zone.js:323 Error: ReferenceError: require is not defined(…)
我试图遵循类似问题的提示,但无法解决这些问题,因此我添加了这个问题。
非常感谢您的帮助!