/ember-loading-spinner

Ember addon providing a component to act as loading indicator during route transitions

Primary LanguageJavaScriptMIT LicenseMIT

Ember-loading-spinner

Demo

Install Addon

In your Ember application's directory:

$ ember install ember-loading-spinner

Basic usage

In your Handlebars templates:

{{ember-loading-spinner}}

Installation for Addon Development

  • git clone this repository
  • npm install

Running Demo App

Demo App

Running Tests

There are several ways to run the test suite, with the browser of your choice as well as headless.

QUnit Tests

  • ember server and visit http://localhost:4200/tests
  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.