vue-material/README.md

40 lines
1.6 KiB
Markdown
Raw Normal View History

2016-06-17 23:32:39 +00:00
# Vue.js Material
2016-07-13 05:00:31 +00:00
> Material Design for Vue.js
2016-06-17 23:32:39 +00:00
2016-10-14 14:30:38 +00:00
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.
2016-10-14 14:25:29 +00:00
2016-07-13 05:00:31 +00:00
## Build Setup
2016-06-17 23:32:39 +00:00
2016-07-13 05:00:31 +00:00
``` bash
2016-10-14 14:25:29 +00:00
### Install dependencies
npm install or yarn
2016-06-17 23:32:39 +00:00
2016-10-14 14:25:29 +00:00
### Start dev server with hot reload
2016-07-13 05:00:31 +00:00
npm run dev
2016-10-14 14:25:29 +00:00
### Build everything
2016-07-13 05:00:31 +00:00
npm run build
2016-10-14 14:25:29 +00:00
### Build docs only
npm run build:docs
2016-07-13 05:00:31 +00:00
2016-10-14 14:25:29 +00:00
### Build lib only
npm run build:lib
2016-07-13 05:00:31 +00:00
```
2016-10-14 14:25:29 +00:00
## Credits and Thanks
2016-10-14 14:30:38 +00:00
This library aims to delivery components using almost the same API of <a href="https://material.angularjs.org/latest/" target="_blank">Angular Material</a>
2016-10-14 14:27:35 +00:00
2016-10-14 14:43:54 +00:00
Thanks a lot to <a href="https://github.com/elviskang" target="_blank">elviskang</a> who provided me the **vue-material** name on npm.
2016-10-14 14:33:08 +00:00
2016-10-14 14:38:35 +00:00
Thanks to <a href="https://github.com/yyx990803" target="_blank">Evan You</a> for allowing me to use Vue.js Logo.
2016-10-14 14:25:29 +00:00
## Dependencies
2016-10-14 14:30:38 +00:00
* <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>
2016-10-14 14:42:59 +00:00
## License
MIT