The default blueprint for ember-cli addons.


Keywords
ember-addon
License
MIT
Install
npm install emberui@2.0.7

Documentation

EmberUI

A component library for crafting ambitious interfaces.

Documentation, Demos

The documenation can be found on the web at http://emberui.com or in this repo located in /tests/dummy/app/. Pull the repo and ember serve and you will be able read it at localhost:4200.

https://speakerdeck.com/jacojoubert/emberui

Project Goals

  • comprehensive set of high-quality components

  • carefully designed with close attention to detail

  • solid implementation that also supports interop with other libraries

Installation as Ember-Cli Addon

  • ember install emberui

Running / Development

Running Tests

  • ember test
  • ember test --server

Further Reading / Useful Links