ember install ember-frost-core
The following components are available when you install ember-frost-core
- frost-button
- frost-checkbox
- frost-theme
- frost-icon
- frost-link
- frost-loading
- frost-password
- frost-radio-group
- frost-scroll
- frost-select
- frost-text
- frost-textarea
- frost-toggle
git clone git@github.com:ciena-frost/ember-frost-core.git
cd ember-frost-core
npm install ember-cli-sass && npm install --ignore-scripts && bower install
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.
Run npm test
from the root of the project to run linting checks as well as execute the test suite
and output code coverage.