|
11 | 11 |
|
12 | 12 | <a href="https://www.npmjs.com/package/vue-material"><img src="https://img.shields.io/npm/v/vue-material.svg" alt="Version"></a>
|
13 | 13 |
|
14 |
| - <a href="https://www.npmjs.com/package/vue-material"><img src="https://img.shields.io/npm/l/vue-material.svg" alt="License"></a> <br> |
| 14 | + <a href="https://www.npmjs.com/package/vue-material"><img src="https://img.shields.io/npm/l/vue-material.svg" alt="License"></a> |
| 15 | + |
| 16 | + <a href="https://gitter.im/vuematerial"><img src="https://img.shields.io/gitter/room/vuematerial/home.svg" alt="Gitter Chat"></a> <br> |
15 | 17 | </p>
|
16 | 18 |
|
17 | 19 | Vue Material is lightweight framework built exactly according to the <a href="http://material.google.com" target="_blank">Material Design</a> specs.
|
@@ -67,31 +69,34 @@ Vue.use(VueMaterial)
|
67 | 69 |
|
68 | 70 | // OR
|
69 | 71 |
|
70 |
| -Vue.use(VueMaterial.mdCore) //Required to boot vue material |
71 |
| -Vue.use(VueMaterial.mdButton) |
72 |
| -Vue.use(VueMaterial.mdIcon) |
73 |
| -Vue.use(VueMaterial.mdSidenav) |
74 |
| -Vue.use(VueMaterial.mdToolbar) |
| 72 | +Vue.use(VueMaterial.MdCore) //Required to boot vue material |
| 73 | +Vue.use(VueMaterial.MdButton) |
| 74 | +Vue.use(VueMaterial.MdIcon) |
| 75 | +Vue.use(VueMaterial.MdSidenav) |
| 76 | +Vue.use(VueMaterial.MdToolbar) |
75 | 77 | ```
|
76 | 78 |
|
| 79 | +## Changelog |
| 80 | +<a href="https://vuematerial.github.io/#/changelog" target="_blank">Changelog</a> |
| 81 | + |
| 82 | +## Questions |
| 83 | +The issue list is exclusively for reports, bugs and feature requests. Use the [Gitter Channel]( https://gitter.im/vuematerial) instead. |
| 84 | + |
| 85 | +## Contributing |
| 86 | + |
| 87 | +Please make sure to read the [Contributing Guide](https://github.com/marcosmoura/vue-material/blob/master/.github/CONTRIBUTING.md) before making a pull request. |
| 88 | + |
77 | 89 | ## Browser Support
|
78 | 90 | Vue Material supports the latest version of all Browsers. This means:
|
79 |
| -* Google Chrome 50+ |
| 91 | +* Google Chrome 52+ |
80 | 92 | * Firefox 48+
|
81 | 93 | * Safari 9+
|
82 |
| -* Opera 40+ |
| 94 | +* Opera 38+ |
| 95 | +* Edge 12+ |
83 | 96 | * IE 11
|
84 |
| -* Edge |
85 | 97 |
|
86 | 98 | <small>May work in other browsers but it's untested.</small>
|
87 | 99 |
|
88 |
| -## Changelog |
89 |
| -<a href="https://vuematerial.github.io/#/changelog" target="_blank">Changelog</a> |
90 |
| - |
91 |
| -## Contributing |
92 |
| - |
93 |
| -Please make sure to read the [Contributing Guide](https://github.com/marcosmoura/vue-material/blob/master/.github/CONTRIBUTING.md) before making a pull request. |
94 |
| - |
95 | 100 | ## Credits and Thanks
|
96 | 101 | * This library aims to delivery components using almost the same API of <a href="https://material.angularjs.org/latest/" target="_blank">Angular Material</a>
|
97 | 102 | * Thanks a lot to <a href="https://github.com/elviskang" target="_blank">elviskang</a> for donating the npm package name!
|
|
0 commit comments