1.1.3 • Published 7 years ago

embed-engine v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

embed-engine

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd embed-engine
  • npm install
  • bower install

Running

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 (Runs ember 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/.