add vue as dependency

This commit is contained in:
Marcos Moura 2016-12-05 02:45:08 -02:00
parent 855013191c
commit f28b26deb6

View file

@ -129,6 +129,7 @@ Please make sure to read the [Contributing Guide](https://github.com/marcosmoura
## Internal Dependencies
You don't need to include any other library to work with vue-material. The focus of this project is to have a standalone build with no external dependence, but aiming to deliver the best experience without break the compatibility with the Vue.js core.
* <a href="http://vuejs.org" target="_blank">vue</a>
* <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>