Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rm-components

ryanlabouve63MIT0.1.15

The default blueprint for ember-cli addons.

ember-addon

readme

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
  1. Import the SASS file in your project
// app.scss

@import "node_modules/rm-components/addon/styles/base";
  1. 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 repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.