简体   繁体   中英

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 . 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)
But you have got few options to consider,
1. You can consider writing ember engine
2. You can write addon and use it in your ember app

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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