embed-engine
v1.1.3
Published
The default blueprint for ember-cli addons.
Downloads
6
Readme
embed-engine
This README outlines the details of collaborating on this Ember addon.
Installation
git clone <repository-url>
this repositorycd embed-engine
npm install
bower install
Running
ember serve
- Visit your app at http://localhost:4200.
Tests
Because the addon does not merge its files into the app tree (no exports in app/),
it is important to note that the default modulePrefix comes from config/environment.js
instead of the tests/dummy/config/environment.js
file.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.