Skip to content

Latest commit

 

History

177 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecode UI vue组件库

Build Status

这是我个人学习其他vue组件库,自己维护的ui库,学习别人的,提高自己。

开始使用

  1. ie9 及以上版本
  2. 需要开启 box-sizing:border-box;
*{
    box-sizing:border-box;
    *::after{
        box-sizing:border-box;
    }
    *::before{
        box-sizing:border-box;
    }
} 
  1. 安装组件
    npm install ecode-ui -S
  1. 引入 EcodeUI
import Vue from 'vue'
import ECodeUI from '@/index'
Vue.use(ECodeUI)

文档

提问

修改记录

联系方式

贡献代码

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages