0.0.9 • Published 5 years ago

xwu_gulu v0.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

一个 Vue UI 组件

Build Status

介绍

这是我在学习 Vue 过程中做的一个 UI 框架,希望对你有用。

开始使用

1、添加 CSS 样式

*,*::before,*::after{box-sizing: border-box}

IE8 及 以上浏览器都支持此样式

2、安装 gulu

npm i --save xwu_gulu  或  yarn add --save xwu_gulu

3、引入gulu

import {Button,ButtonGroup,Icon} from 'xwu_gulu'
import 'xwu_gulu/dist/index.css'

export default {
    name: 'app',
    components: {
       'g-button': Button
    }
}

文档

https://lovexwu.github.io/gulu/

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago