https://github.com/botshen/gulu-Demo
❤官网地址❤
https://github.com/botshen/gulu-Demo
Last synced: 11 months ago
JSON representation
❤官网地址❤
- Host: GitHub
- URL: https://github.com/botshen/gulu-Demo
- Owner: botshen
- License: mit
- Created: 2021-05-06T14:02:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T07:24:04.000Z (almost 5 years ago)
- Last Synced: 2025-06-19T01:43:22.476Z (about 1 year ago)
- Language: Vue
- Homepage: https://botshen.github.io/gulu-Demo-website/
- Size: 662 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 鑫 UI
[](https://app.travis-ci.com/botshen/gulu-Demo)
## 介绍
鑫 UI 是一个基于 Vue 的 UI 组件库,目前包括有 Button、Tabs、Input、Grid、
Layout、Toast、Collapse、Popover 组件。项目尚未完工,持续更新中。
## 开始使用
1. 添加 CSS 样式
使用本框架前,请在 CSS 中开启 border-box
```css
*,*::before,*::after{box-sizing: border-box;}
```
IE 8 及以上浏览器都支持此样式。
2. 安装 xin-vue-ui
```bash
npm i --save xin-vue-ui
```
3. 引入 xin-vue-ui
```js
import {Button, ButtonGroup, Icon} from 'xin-vue-ui'
import 'xin-vue-ui/dist/index.css'
export default {
name: 'app',
components: {
'x-button': Button,
'x-icon': Icon
}
}
```
## 文档
[前往官网](https://botshen.github.io/gulu-Demo-website/)
## 联系方式