ember-frost-sidebar
v8.1.1
Published
The default blueprint for ember-cli addons.
Downloads
17
Readme
ember-frost-sidebar
Dependencies
Health
Security
Ember Observer score
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 [email protected]: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.