0.0.21 • Published 5 years ago

vue-ui-wheels v0.0.21

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

vue-ui-wheels(用 Vue 写的简单轮子组件)

Build Status

介绍

这是我在在学习 vue 的过程中做的一个 UI 框架。

生态系统

文档

开始使用

  1. CSS 样式

    使用本框架需要在 CSS 中启用,IE 8 及其以上支持

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

    设置颜色等变量,后续会改为 SCSS 变量,IE 15 及其以上支持

    :root {
        --button-height: 32px;
        --font-size: 14px;
        --button-bg: #fff;
        --button-active-bg: #eee;
        --border-radius: 4px;
        --color: #333;
        --border-color: #999;
        --border-color-hover: #666;
    }
  2. 安装 npm i --save vue-ui-wheels

  3. 引入
        lalala
  4. 引入 SVG symbols
       lll

提问

变更记录

联系方式

贡献者

License

0.0.21

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago