Skip to content

wjxalexander/vueDemo

Repository files navigation

利用vue 做的一些组件

作者:王晶鑫 Build Status

介绍

学习VUE的过程一个UI框架,自己使用

开始使用

  1. 添加CSS 样式 使用本框架前请在CSS中开启 box-sizing
    *,
    *::before,
    *::after{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    默认样式:
    :root {
    --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以上
  2. 安装 vue-demo
  3. 引入 vue-demo

文档

提问

变更记录

联系方式

贡献代码

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published