miview
v0.3.0
Published
`miview` 是一款基于 `Vue.js 2.0` 和 `ElementUI 2.0` 的前端 UI 通用组件库,主要用于快速开发 PC 网站中后台产品
Downloads
7
Readme
miview
基于element-ui二次开发的公共组件库
package.json 说明文档
scripts
yarn run bootstrap
: 安装依赖yarn run dev
: 本地开发模式yarn run dev:site
: 本地site站点生成预览yarn run build:entry
: 自动生成packages/index.js
yarn run build:site
: 线上site站点生成并部署
未来计划
- [x] calendar 日历
- [x] picture 预览器(https://github.com/faimaklg/vue-viewerjs)
- [x] pdf 预览器(https://pdfobject.com/)
项目构建参考
Bug
- [email protected]上 LanguageInput 多语言组件在弹出框内输入内容,导致数据没法监听
- [email protected]/vue2.6上 TreeSelect 树选择器在多选上没法弹出(暂不确定是vue还是element 高版本引起的)