This Ember addon implements the functionality described in the Ember Engines RFC. Engines allow multiple logical applications to be composed together into a single application from the user's perspective.
Basic Information
Usage
Core Feature Guides
Other Resources
From your Ember CLI project's root directory, run the following:
ember install ember-engines
Install the appropriate version of Ember as noted above.
- ember-engines-demo - an example of a parent application (consumer).
- ember-chat-engine - an example of a route-less engine that is an in-repo addon.
- ember-blog-engine - an example of a routable engine that is a separate addon project.
git clone
this repositoryyarn install
ember server
- Visit your app at http://localhost:4200.
yarn test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
Copyright 2015-2019 Dan Gebhardt and Robert Jackson. MIT License (see LICENSE.md for details).