简体   繁体   English

Ember PODS结构和Ember引擎

[英]Ember PODS structure and Ember engine

Can using the Ember PODS structure cause any issues while integrating with the Ember engine ? 与Ember引擎集成时,使用Ember PODS结构能否引起任何问题?

What is the recommended structure; 推荐的结构是什么? PODS or traditional structure ? PODS还是传统结构?

I would recommend using pod structure. 我建议使用pod结构。 For today (March 21, 2017), we're using in-repo engines with Ember 2.8 LTS, and pod structure working well for our case. 在今天(2017年3月21日),我们使用的是带Ember 2.8 LTS的仓库内引擎,并且吊舱结构非常适合我们的情况。 在此处输入图片说明

The pod structure is supported in ember engines. 灰烬引擎中支持pod结构。 After setting up your engine, you would run: 设置引擎后,您将运行:

ember g component my-component --pod

The traditional approach is also supported. 还支持传统方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM