xiaopubao-ui
v0.0.3
Published
vue-cli3构建基于ant-design-vue & vxe-table二次封装库
Maintainers
Readme
xiaopubao-ui
基于 vue-cli3 的 UI 组件库
Install
npm install xiaopubao-ui -SUsage
import Vue from "vue"
import XPBUI from 'xiaopubao-ui'
import 'xiaopubao-ui/style/index.less'
Vue.use(XPBUI)在项目中使用
<x-component></x-component>