Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-engines/ember-engines
Composable Ember applications for ambitious user experiences
https://github.com/ember-engines/ember-engines
ember ember-cli ember-engines
Last synced: 1 day ago
JSON representation
Composable Ember applications for ambitious user experiences
- Host: GitHub
- URL: https://github.com/ember-engines/ember-engines
- Owner: ember-engines
- License: mit
- Created: 2015-12-14T22:56:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T09:12:56.000Z (5 months ago)
- Last Synced: 2024-10-29T17:33:59.402Z (3 months ago)
- Topics: ember, ember-cli, ember-engines
- Language: JavaScript
- Homepage: http://ember-engines.com/
- Size: 4.53 MB
- Stars: 490
- Watchers: 47
- Forks: 140
- Open Issues: 156
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ember - ember-engines - This Ember.js addon implements the functionality described in the Ember.js Engines RFC. Engines allow multiple logical applications to be composed together into a single application from the user's perspective. (Packages / Code Splitting)
README
# ember-engines [![npm version](https://badge.fury.io/js/ember-engines.svg)](https://badge.fury.io/js/ember-engines) [![Build Status](https://github.com/ember-engines/ember-engines/actions/workflows/ci.yml/badge.svg)](https://github.com/ember-engines/ember-engines/actions/workflows/ci.yml)
This Ember addon implements the functionality described in the [Ember Engines
RFC](https://github.com/emberjs/rfcs/blob/master/text/0010-engines.md). Engines allow multiple logical
applications to be composed together into a single application from the user's
perspective.## Packages
This project is a monorepo managed by pnpm workspaces. All packages are
organized in the [/packages/](./packages/) directory.The only public package is [ember-engines](./packages/ember-engines/). Other
packages are private to this repo and are used to support testing
`ember-engines`.## Documentation
Check the full documentation in the [Ember Engines
Guides](http://ember-engines.com/).## Support
Having trouble? **Join #ember-engines** on the [Ember Community Discord
server](https://discord.gg/zT3asNS)## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
Copyright 2015-2022 Dan Gebhardt, Michael Villander and Robert Jackson. MIT License (see
[LICENSE.md](LICENSE.md) for details).