Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wf123537200/vucc

vue组件库
https://github.com/wf123537200/vucc

component-library ui ui-design vue vue-ui vue2

Last synced: about 23 hours ago
JSON representation

vue组件库

Awesome Lists containing this project

README

        

vucc (vue 组件库)

求star中,你的支持是我努力的动力!

现已支持vue2.0
vue 1.x 请使用 vucc 1.5.0版本;

任何问题,可以联系
[email protected]

由于文档太长,详细说明可见

[vucc官网](https://wf123537200.github.io/vucc.com/index.html)

简单使用,只需要:

// 打包

npm install vucc

// 整体引入

import components from 'vucc';

// 引入
```js

export defalut {
components
}
```