简体   繁体   English

如何在一个余烬应用程序中嵌入一个余烬应用程序?

[英]How to embed one ember application in another ember application?

I am having a small ember application and I need to embed this into another ember application . 我有一个小的ember应用程序,需要将其嵌入到另一个ember应用程序中。 How can I do this embedding ? 我该如何嵌入?

You can't embed ember app inside another ember app. 您无法将余烬应用程序嵌入另一个余烬应用程序中。 but you can embed ember app in other frameworks or websites.(I may be wrong, in my earlier attempt I failed) 但是您可以将ember应用程序嵌入其他框架或网站中。(我可能是错的,在我之前的尝试中我失败了)
But you have got few options to consider, 但是您几乎没有其他选择可以考虑,
1. You can consider writing ember engine 1.您可以考虑编写余烬引擎
2. You can write addon and use it in your ember app 2.您可以编写插件并在余烬应用程序中使用它

我打算建议使用iframe并搜索可用的插件,我遇到过https://github.com/ming-codes/ember-iframe-app我从未使用过该库,但看起来很有希望

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

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