Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的小铺宝组件库
- Host: GitHub
- URL: https://github.com/lancejiang/xiaopubao-ui
- Owner: LanceJiang
- Created: 2022-11-27T12:56:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T10:08:57.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:14:56.373Z (3 months ago)
- Language: Less
- Size: 261 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```
在项目中使用
``````