/ember-2-demo

This is a Sample Ember 2.0 demo application

Primary LanguageJavaScript

Ember-2-demo

This is an Ember 2.2 app created for educational purposes

It covers:

  • ember-cli-mirage with the JSON API Specification
  • nested routes
  • simple client-side validations
  • components
  • closure actions
  • DDAU (Data Down Actions Up)
  • acceptance tests
  • liquid-fire custom transitions
  • loading substates
  • errors substates
  • custom async and sync qunit helpers
  • query params
  • sorting
  • etc..

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/theharq/ember-2-demo this repository
  • cd ember-2-demo
  • npm install
  • bower install

Running / Development