pierrickrouxel / ember-strap

DEPRECATED IN FAVOR OF https://github.com/kaliber5/ember-bootstrap
MIT License
15 stars 3 forks source link

DEPRECATED

Since ember-bootstrap implements the popovers I stoped to maintain this project. Please consider using https://github.com/kaliber5/ember-bootstrap.

EmberStrap Ember Observer Score Build Status

EmberStrap tries to provide a simple way to use Bootstrap in Ember. It doesn't reinvent the wheel, it just wraps the Bootstrap plugins with an Ember compliant implementation.

Documentation

You can find complete documentation with examples here: http://pierrickrouxel.github.io/ember-strap/

Compatibility

EmberStrap follows the Ember versioning. (example: EmberStrap 2.0.0 is designed to work with Ember 2.0.x.)

Installation

ember install ember-strap

Configuration

You can disable styles. This is useful to use less or sass.

ENV.emberStrap: {
  includeStyles: false
};

...

Running

You can run documentation to help you to test a fix.

Running Tests

All tests run over documentation:

Generating the documentation

After commiting changes in the examples or tests to master, you can run ./publish-doc.sh which does several things: