https://github.com/jfrux/ember-cli-fontello
An ember-cli addon for using fontello icons in Ember applications.
https://github.com/jfrux/ember-cli-fontello
Last synced: about 1 month ago
JSON representation
An ember-cli addon for using fontello icons in Ember applications.
- Host: GitHub
- URL: https://github.com/jfrux/ember-cli-fontello
- Owner: jfrux
- License: mit
- Created: 2017-03-24T12:02:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T04:41:06.000Z (about 11 years ago)
- Last Synced: 2025-01-07T08:28:56.182Z (over 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-fontello [](http://emberobserver.com/addons/ember-cli-fontello)
An ember-cli addon for using [Fontello icons](http://fontello.com/) in Ember applications.
## Installation
For Ember CLI >= `0.2.3`
```
ember install ember-cli-rework
```
For Ember CLI < `0.2.3`
```
ember install:addon ember-cli-rework
```
## 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/](http://www.ember-cli.com/).
## License
MIT