ember-frost-sidebar

The default blueprint for ember-cli addons.


Keywords
ember-addon, frost
License
MIT
Install
npm install ember-frost-sidebar@8.1.1

Documentation

ember-frost-sidebar

Dependencies

Ember NPM

Health

Travis Coveralls

Security

bitHound

Ember Observer score

EmberObserver

Installation

ember install ember-frost-sidebar

API and Examples

Detailed API and example usage can be found in the sample application in tests/dummy, which is also running at http://ciena-frost.github.io/ember-frost-sidebar

Testing with ember-hook

This addon has been optimized for use with ember-hook. You can set a hook name on your sidebar template. This will allow you to access the internal sidebar content for testing.

Available hooks

  • Sidebar - <hook-name>-sidebar
  • Sidebar content - <hook-name>-sidebar-content
  • Sidebar button - <hook-name>-sidebar-button

Development

Setup

git clone git@github.com:ciena-frost/ember-frost-sidebar.git
cd ember-frost-sidebar
npm install && bower install

Development Server

A dummy application for development is available under ember-frost-sidebar/tests/dummy. To run the server run ember server (or npm start) from the root of the repository and visit the app at http://localhost:4200.

Testing

Run npm test from the root of the project to run linting checks as well as execute the test suite and output code coverage.