## Install
```shell
npm install radui -S
```

## Quick Start
``` javascript
import Vue from 'vue'
import RadUI from 'radui'

Vue.use(RadUI)

// or
import {
  Select,
  Button
  // ...
} from 'radui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
```

## Browser Support
Modern browsers and Internet Explorer 10+.

## LICENSE
[MIT](LICENSE)

## PORT
8888

## 启动项目
yarn run dev