Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 814 Bytes

File metadata and controls

38 lines (22 loc) · 814 Bytes

Ember-cli-zesty-shared-components

Shared components used at Zesty, view the living style guide for usage:

https://zestyzesty.github.io/ember-cli-zesty-shared-components/

Installation

Pick a version and install that sucker.

ember install ember-cli-zesty-shared-components@0.1.0

Contribution

Release

Don't forget to deploy the new style guide to github pages.

ember run deploy
ember release --patch
npm publish

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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