Add better links

This commit is contained in:
Marcos Moura 2016-10-14 11:30:38 -03:00
parent 7b28db0045
commit 3fbf2972e7

View file

@ -2,7 +2,7 @@
> Material Design for Vue.js
Vue Material is lightweight framework built exactly according to the [Material Design](http://material.google.com) specs. It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to [modern Web Browsers](https://saucelabs.com/u/vuejs) through Vue 2.0. Build powerful and well-designed web apps that can can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API.
Vue Material is lightweight framework built exactly according to the <a href="http://material.google.com" target="_blank">Material Design</a> specs. It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to <a href="https://saucelabs.com/u/vuejs" target="_blank">modern Web Browsers</a> through Vue 2.0. Build powerful and well-designed web apps that can can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API.
## Build Setup
@ -24,11 +24,11 @@ npm run build:lib
```
## Credits and Thanks
This library aims to delivery components using almost the same API of [Angular Material](https://material.angularjs.org/latest/)
This library aims to delivery components using almost the same API of <a href="https://material.angularjs.org/latest/" target="_blank">Angular Material</a>
Thanks to [elviskang](https://github.com/elviskang) who provided to me the **vue-material** name on npm.
Thanks to <a href="https://github.com/elviskang" target="_blank">elviskang</a> who provided to me the **vue-material** name on npm.
## Dependencies
[autosize](http://www.jacklmoore.com/autosize/)
[element.scrollintoviewifneeded-polyfill](https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill)
[scopedQuerySelectorShim](https://github.com/lazd/scopedQuerySelectorShim)
* <a href="http://www.jacklmoore.com/autosize/" target="_blank">autosize</a>
* <a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" target="_blank">element.scrollintoviewifneeded-polyfill</a>
* <a href="https://github.com/lazd/scopedQuerySelectorShim" target="_blank">scopedQuerySelectorShim</a>