0.0.7 • Published 4 years ago

randy-test-ui v0.0.7

Weekly downloads
15
License
-
Repository
-
Last release
4 years ago

#VUE UI 组件

Build Status

介绍

一个简单的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
  }
}

文档

变更记录

联系方式

贡献代码

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago