# vue-awesome-mui
[![npm package](https://img.shields.io/npm/v/vue-awesome-mui.svg)](https://www.npmjs.com/package/vue-awesome-mui)
[![NPM downloads](http://img.shields.io/npm/dm/vue-awesome-mui.svg)](https://www.npmjs.com/package/vue-awesome-mui)

> Design Mui library for Vuejs 2.0

## Links

* [中文文档](https://github.com/Wscats/vue-awesome-mui)

## Install

```bash
npm install vue-awesome-mui -save
```

## Get Started

```javascript
// import or require
import Vue from 'vue'
import Mui from 'vue-awesome-mui'
import 'vue-awesome-mui/mui/dist/css/mui.css'
// mount with global
Vue.use(Mui)
```


## Browser Support

* IE 10+
* Andorid 4.4+
* IOS 7+

## Changelog

Detailed changes for each release are documented in the [release notes](https://github.com/Wscats/vue-awesome-mui).

## Contribution

Please make sure to read the [Contributing Guide](https://github.com/Wscats/vue-awesome-mui) before making a pull request.

## Dependencies

* [vuejs 2.0](https://vuejs.org/)
* [mui 3.5](https://github.com/dcloudio/mui)

## Licence

vue-awesome-mui is open source and released under the MIT Licence.

Copyright (c) 2017 [wscats](https://github.com/Wscats)
