0.0.13 • Published 6 years ago

element-san v0.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ELEMENT-SAN


正在紧锣密鼓的施工中

如何使用

1.通过npm安装

npm install element-san --save

2.按需引入组件

<template>
<div>
    <el-input></el-input>
</div>
</template>
<script>
import elementSan from 'element-san';
const elInput = elementSan.elInput;

export default {
    components: {
        'el-input': elInput,
    }
};
</script>

组件说明文档

完整的组件文档暂时还没有完成,在各个组件文件夹下有各个组件的说明文档,package文件夹下是各个组件

开发人员(按照拼音顺序排序):

姓名github
崔晋瑜https://github.com/cuijinyu
李彦俊https://github.com/yanjun0501
钱锟https://github.com/hmqk1995
刘放https://github.com/yuedou
徐帅武https://github.com/xluos

开发进度

组件名进度开发人员
datepicker开发中崔晋瑜
icon完成徐帅武
layout开发中钱锟
button开发中李彦俊
card完成  崔晋瑜  
input  完成部分崔晋瑜  
radio开发中徐帅武
input-number完成崔晋瑜
switch完成崔晋瑜
message开发中崔晋瑜
form-item开发中崔晋瑜
form开发中崔晋瑜
row完成崔晋瑜
col完成崔晋瑜