0.0.5 • Published 5 years ago

vue-components-web v0.0.5

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

vue-components-web

在线预览 https://husanfeng.github.io/vue-components-web/#/

当前版本:v0.0.3

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev

build for production with minification

npm run build

简介

ems-components-web组件库是在iview UI基础上进行的二次封装,添加了很多业务逻辑,例如table组件,大部分的公司前端展示table数据肯定会需要查询,那么我们就可以把查询input和查询按钮button封装到table组件里,还有分页肯定是需要的,这样一来,我们的table组件就更强大了。

功能

  • table组件
  • select下拉选择组件
  • 弹出框组件
  • tree(树)组件

效果展示

  • table组件 image
  • teee(树)组件 image
  • select组件 image