npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ei-webui

v1.1.60

Published

eastinfo web ui framework

Downloads

91

Readme

ei-webui

eastinfo web ui framework

这是基于element-ui 框架封装的ui框架

使用方式

1、先安装依赖包

  • npm install element-ui axios font-awesome ionicons remixicon --save
  • npm install node-sass sass-loader css-loader less-loader stylus stylus-loader --save-dev

2、再安装ei-vueui

  • npm install --save ei-webui

3、main.js 中引入

  • import 'element-ui/lib/theme-chalk/index.css'
  • import 'font-awesome/css/font-awesome.min.css'
  • import 'ionicons/dist/css/ionicons.min.css'
  • import 'remixicon/fonts/remixicon.css'
  • import EIWebUI from 'ei-webui'
  • Vue.use(EIWebUI)

版本规划

1.0.8 版本

  • FORM表单添加、修改对话框组件

1.0.11 版本

  • 增强button-link 点击事件
  • 增强table 树形扩展事件

1.0.12 版本

  • 新增空白组件
  • 新增地图组件
  • dialog bug修复

1.0.13 版本

  • bug fix ei-top 用户信息下拉菜单事件开发
  • 新增返回工具条组件
  • 新增九宫格组件
  • 新增流程图

1.0.14 版本

  • element-ui 版本更新至2.7.0
  • bug fix ei-table 修复树形结构时出现新增按钮
  • 新增流程显示组件
  • 增强el-tag去掉边框
  • 新增邮编输入框

1.0.15 版本

  • 临时过渡版本

1.0.16 版本

  • back-bar 样式修改
  • input-validcode 文字属性设置
  • 新增ei-table-simple 组件

1.0.17 版本

  • 新增纯文本面包屑组件
  • ei-dialog bug修复

1.0.19 版本

  • 新增操作bar 组件
  • 增强ei-table和ei-table-simple 功能, 新增、删除、修改、查看函数回调增加index参数值
  • 新增markdown编辑器(mavon-editor)和查看器(marked)

1.0.23 版本

  • bug fixed markdown-editor 样式问题
  • 新增fa字体图标、ionic字体图标、element图标的选择组件
  • element-ui 2.7.0版本后table有一些调整修复

1.0.24 版本

  • ei-table 展示调整
  • 扩展图标选择组件的options
  • operate-bar样式优化
  • dialog样式优化

1.0.25 版本

  • 组件优化

1.0.26 版本

  • bug fixed 面包屑组件返回按钮无效
  • bug fixed layout 样式优化以及logo图标无法显示问题

1.0.27 版本

  • 新增联动组件,只赋值一个值和获取一个值的需求,其他请使用原始的组件

1.0.28 版本

  • 组件优化

1.0.30 版本

  • 组件优化

1.0.33 版本

  • 组件优化
  • 新增操作权限工具条ei-privilege-bar
  • 新增身份证号码输入框ei-input-idcard

1.0.35 版本

  • 组件优化

1.0.37 版本

  • 组件优化 ei-dialog ei-table ei-table-simple

1.0.40 版本

  • 组件优化
  • bug fixed ei-input validate 提示信息
  • bug fixed ei-input-textarea 提示信息

1.0.41 版本

  • 组件优化

1.0.44 版本

  • 组件ei-privilege-bar优化

1.0.45 版本

  • 组件ei-input-number 验证优化

1.0.46 版本

  • table组件最大高度优化

1.0.49 版本

  • bug fixed 修复editor在弹框中不能初始化值的问题

1.0.50 版本

  • bug fixed 修复ei-input-number正则表达式
  • 新增非负/非正的输入框组件

1.0.51 版本

  • 新增Url输入框组件

1.0.52 版本

  • table组件调整

1.0.53 版本

  • table组件新增搜索栏高度变化事件
  • select-icon新增remixicon图标

1.0.59 版本

  • bug fixed grid 3*3显示bug修复

1.0.68 版本

  • 组件优化

1.0.72 版本

  • 新增select可以过滤的组件
  • 优化组件

1.0.88 版本

  • 新增list组件
  • 优化组件

1.0.94 版本

  • 新增整数、正整数、负整数组件
  • 优化组件

1.1.4 版本

  • 优化组件
  • 解决select过滤组件设置默认值不触发change的问题

1.1.9 版本

  • 优化数字输入组件,增加最小值最大值验证

1.1.18 版本

  • 新增报表table组件 ei-table-report

1.1.27 版本

  • 组件 优化

1.1.28 版本

  • 解决ei-table-*组件浏览器兼容性问题

1.1.33 版本

  • 解决ei-sidebar组件子菜单事件不触发bug

1.1.34 版本

  • 新增ei-input-ip 组件
  • 新增ei-fieldset 组件

1.1.35 版本

  • 优化ei-button-link组件
  • 优化ei-input-validcode 组件,增加倒计时功能

1.1.36 版本

  • 优化ei-input-validcode 组件,增加倒计时功能

1.1.37 版本

  • 优化ei-input-email 组件

1.1.38 版本

  • 优化ei-input-phone 组件

1.1.39 版本

  • 优化ei-input-* 组件

1.1.40 版本

  • 优化ei-input-* 组件

1.1.43 版本

  • 优化ei-table-* 组件

1.1.44 版本

  • 优化ei-input-* 组件

1.1.45 版本

  • 移除flow/g6组件
  • 移除ei-select-icons中的ionicons图标库

1.1.46 版本

  • ei-table-* 增加帮助按钮

1.1.47 版本

  • ei-editor 增加图片上传

1.1.48 版本

  • ei-table-* 增加树形懒加载功能要求element-ui为最新版本
  • ei-input-* 优化去掉前后空格功能

1.1.49 版本

  • ei-input-car 新增车牌号组件
  • ei-input-* 优化去掉前后空格功能

1.1.52 版本

  • ei-list bug修复
  • ei-layout 样式优化

1.1.53 版本

  • ei-input-telphone bug修复

1.1.54 版本

  • ei-input-number bug修复
  • ei-text-title bug修复

1.1.55 版本

  • ei-input-* 增加监听enter键事件

1.1.56 版本

  • ei-table-report 扩展hasSort属性,为true是排序按钮显示

1.1.57 版本

  • ei-table-report 扩展showSetting属性,为true是设置

1.1.58 版本

  • ei-privilege-bar 支持插槽

1.1.60 版本

  • ei-screen-full 组件升级