rm-components
v0.1.15
Published
The default blueprint for ember-cli addons.
Downloads
3
Readme
Rm-components
Use
This SECTION goes over how to use rm-components
Installation
First, make sure you are using ember-cli-sass.
Now:
- Install the addon
ember install rm-components
- Import the SASS file in your project
// app.scss
@import "node_modules/rm-components/addon/styles/base";
- Now refer to the documentation to see all the things you can use!
http://raisemore.github.io/rm-components/
Dev
This SECTION outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorynpm 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/.