UNPKG

rm-components

Version:

The default blueprint for ember-cli addons.

56 lines (32 loc) 900 B
# Rm-components _Use_ This SECTION goes over how to use `rm-components` ## Installation First, make sure you are using ember-cli-sass. Now: 1. Install the addon ``` ember install rm-components ``` 2. Import the SASS file in your project ``` // app.scss @import "node_modules/rm-components/addon/styles/base"; ``` 3. Now refer to the documentation to see all the things you can use! [http://raisemore.github.io/rm-components/](raisemore.github.io/rm-components) _Dev_ This SECTION outlines the details of collaborating on this Ember addon. ## Installation * `git clone` this repository * `npm install` * `bower install` ## Running * `ember server` * Visit your app at http://localhost:4200. ## Running Tests * `ember test` * `ember test --server` ## Building * `ember build` For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).