ember-present-ember-concurrency
v0.1.1
Published
A set of reusable ember-present slides which demonstrate ember-concurrency
Downloads
6
Readme
ember-present-ember-concurrency
This is the fist proof of concept ember addon for use with ember-present
presentations. It allows you to use these slides in your own Ember presentations:
These slides were extracted with permission from Alex Matchneer's EmberConf 2017 presentation on ember-concurrency
(source).
Installation
ember install ember-present-ember-concurrency
Usage
See https://github.com/gavinjoyce/jsconf-us-2018 for example usage (more comprehensive docs will follow)
Contributing
Installation
git clone <repository-url>
cd ember-present-ember-concurrency
npm install
Linting
npm run lint:js
npm run lint:js -- --fix
Running tests
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
Running the dummy application
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
License
This project is licensed under the MIT License.