Open stephencweiss opened 3 years ago
A community member recently published this tutorial which might contain a much more up-to-date approach: https://dev.to/rajasegar/ember-micro-frontends-with-single-spa-1p8j We'd definitely appreciate any contributions on this since the core team only has superficial experience with Ember.
So far, its been my experience that single-spa-ember is used largely just to migrate off of Ember, not to maintain multiple Ember applications (see also https://github.com/single-spa/create-single-spa/issues/268#issuecomment-791037636)/) so it might also be good to keep these older instructions somehow for those that are looking to migrate a legacy Ember app.
its been my experience that single-spa-ember is used largely just to migrate off of Ember
That's exactly what we're trying to do 😄 ! But I need a bridge to get there and I'm hoping to leverage single-spa for that purpose.
The docs related to using
single-spa-ember
suggest that ember-cli requires bower:However, per the updated Ember docs, this appears to be outdated:
I would make a PR on the docs themselves, but honestly, I'm not sure what the right answer is as I'm still trying to make sense of how all this works.