⌚
Ember Await
  • Introduction
  • Getting started
    • Installation
    • Usage
  • Guides
    • Migrate from routes
    • Load data on demand
  • API
    • Interfaces
    • Arguments
    • Yielded properties
    • Yielded components
  • Misc
    • Contributing
    • License
Powered by GitBook
On this page
  • Installation
  • Linting
  • Running tests
  • Running the dummy application

Was this helpful?

  1. Misc

Contributing

Installation

  • git clone git@github.com:Exelord/ember-await.git

  • cd ember-await

  • npm install

Linting

  • npm run lint:hbs

  • npm run lint:js

  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version

  • ember 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

PreviousYielded componentsNextLicense

Last updated 5 years ago

Was this helpful?

Visit the dummy application at .

For more information on using ember-cli, visit .

http://localhost:4200
https://ember-cli.com/