mercredi 16 mai 2018

Using two different ember builds

I am having two different ember builds. Lets say one is one is parent build and one is child.

Can I have a setup where I can use components from one app inside another app?

Example: I have added the js,css and vendor js from both the projects in index.html.

<script src="../adap/emberapp-parent.js"></script>
<script src="../adap/emberapp-independent.js"></script>
...

My main usecase is, I have an parent ember app and I need to use components from another app, which is by itself an independent app.

Is this possible?




Aucun commentaire:

Enregistrer un commentaire