#VUE UI 组件

[![Build Status](https://travis-ci.org/loveRandy/frame-1.svg?branch=master)](https://travis-ci.org/loveRandy/frame-1)

## 介绍

一个简单的UI 框架

## 开始使用
1、安装
    使用本框架前，请在css中开启border-box
    ```
    *，*::before,*::after{box-sizing:border-box;}
    ```

2、安装frame
```
npm i -- save randy-test-ui
```    

3、引入
```
import {Button} from 'randy-test-ui'
import 'randy-test-ui/dist/index.css'

export default {
  name: 'app',
  components: {
    'g-button': Button
  }
}
```

## 文档

## 变更记录

## 联系方式

## 贡献代码


