0.0.13 • Published 5 years ago

summer-ui v0.0.13

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

ViewUI

作者:anotherLee

Build Status

介绍

这是一个基于Vue.js的UI框架,目前还在完善中。

使用前

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

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

此外,还需要设置颜色等 CSS 变量,目前IE需要15以上才支持,后续会改进

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

安装

npm install summer-ui --save

或者

yarn add summer-ui

文档

提问

变更记录

联系方式

0.0.13

5 years ago

0.0.12

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