Added ember-mdi into getting-started

This commit is contained in:
Stanislav Romanov
2018-03-03 13:37:39 +03:00
parent 4b3c2ea7dd
commit 43bc5d8a09

View File

@@ -303,6 +303,10 @@ If you use React with the [Material-UI](http://www.material-ui.com/) component l
If you are using [Vue.js](https://vuejs.org/), you can find a collection of the SVG icons as single file components packaged as [vue-material-design-icons](https://www.npmjs.com/package/vue-material-design-icons).
## Ember
If you use [Ember.js](https://www.emberjs.com/), you can try to install the addon [ember-mdi](https://github.com/kaermorchen/ember-mdi) ([demo](https://kaermorchen.github.io/ember-mdi/)), which have only SVG icons and based on [mdi-svg](https://github.com/Templarian/MaterialDesign-SVG).
## Cordova
Due to a "bug" in Cordova you will need to manually edit the css file to remove the version query string. [Read More](https://github.com/Templarian/MaterialDesign/issues/760).