Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crhayes/ember-cli-tribute-shim

A simple shim for Tribute.js that exposes the library as an ES6 module.
https://github.com/crhayes/ember-cli-tribute-shim

addon ember mentions tribute tributejs

Last synced: 12 days ago
JSON representation

A simple shim for Tribute.js that exposes the library as an ES6 module.

Awesome Lists containing this project

README

        

# ember-cli-tribute-shim

A simple shim for [Tribute.js](https://github.com/zurb/tribute) that exposes the library as an ES6 module.

## Installation

Please install this addon into your Ember.js project using ember-cli:
```
ember install ember-cli-tribute-shim
```

You can then import tribute as an ES6 module:
```js
import Tribute from 'tribute';
````
## Contributing

* `git clone ` this repository
* `cd ember-cli-tribute-shim`
* `npm install`
* `bower install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## 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/](http://ember-cli.com/).