# Amumu [![NPM version](https://img.shields.io/npm/v/amumu-ui.svg)](https://www.npmjs.com/package/amumu-ui)

An enterprise-level UI component library based on Vue

## Install

```bash
$ npm install amumu-ui --save
```

## Quick start

```js
import Vue from 'vue'
import Amumu from 'amumu-ui'

Vue.use(Amumu)

// or
import {
  Select,
  Button
  // ...
} from 'amumu-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
```

## Document

[Amumu-UI](https://fe.xiaoman.cn/amumu)

## Compatibility

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome |
| --- |
| >= 49 |

