Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/crhayes/ember-cli-tribute-shim
- Owner: crhayes
- License: mit
- Created: 2016-11-20T22:13:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T04:03:29.000Z (about 5 years ago)
- Last Synced: 2024-04-29T13:41:46.768Z (6 months ago)
- Topics: addon, ember, mentions, tribute, tributejs
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).