Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.41 KB

README.md

File metadata and controls

72 lines (53 loc) · 2.41 KB

ember-frost-core

Travis Coveralls NPM Ember

Installation

ember install ember-frost-core

Components

The following components are available when you install ember-frost-core

Development

Setup

git clone [email protected]:ciena-frost/ember-frost-core.git
cd ember-frost-core
npm install ember-cli-sass && npm install --ignore-scripts && bower install

Development Server

A dummy application for development is available under ember-frost-core/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.

Test Helpers

The following test helpers are provided at ember-frost-core/test-support/<frost-component-name|utils> to assist with writing tests for code that uses frost components: