Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lancejiang/xiaopubao-ui

vxe-table&antdesign-vue的小铺宝组件库
https://github.com/lancejiang/xiaopubao-ui

Last synced: about 2 months ago
JSON representation

vxe-table&antdesign-vue的小铺宝组件库

Awesome Lists containing this project

README

        

# xiaopubao-ui
基于 vue-cli3 的 UI 组件库

### Install
```
npm install xiaopubao-ui -S
```

### Usage
```
import Vue from "vue"
import XPBUI from 'xiaopubao-ui'
import 'xiaopubao-ui/style/index.less'
Vue.use(XPBUI)
```
在项目中使用
```

```