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.
在与 Ember 引擎集成时,使用 Ember PODS 结构会导致任何问题吗?
推荐的结构是什么;PODS还是传统结构?
我建议使用 pod 结构。对于今天(2017 年 3 月 21 日),我们正在使用带有 Ember 2.8 LTS 的 in-repo 引擎,并且 pod 结构非常适合我们的案例。
ember 引擎支持 pod 结构。设置好引擎后,您将运行:
ember g component my-component --pod
也支持传统方法。