0.0.3 • Published 5 years ago

gulu-lee v0.0.3

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

- 一个Vue UI 组件

Build Status

Introduction

开始使用

1 安装

使用本框架前请在 CSS 中开启 'boder-box'

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

IE8 及以上浏览器支持 您还需要设置默认颜色等变量

html{
    --button-height: 32px;
    --font-size: 14px;
    --button-bg: white;
    --button-active-bg: #eee;
    --border-radius: 4px;
    --color: #333;
    --border-color: #999;
    --border-color-hover: #666;
}

IE15 及以上浏览器支持

2 安装 gulu

   npm i --save gulu

3 引入 gulu

   import {Button, ButtonGroup, Icon} from 'frank-test-1-1'
   import 'frank-test-1-1/dist/index.css'

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

文档

提问

变更记录

联系方式

贡献代码