0.0.16 • Published 5 years ago

guluui-test1 v0.0.16

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

轱辘 一个简单的 Vue UI 组件

这是我学习Vue写的一个UI框架,

使用

使用本框架前,请在CSS中开启border-box

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

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

你还需要设置默认颜色等变量(后续会改为 SCSS 变量)

 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;
  }

IE 15 及以上浏览器都支持此样式。

安装 gulu

npm i

文档

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

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