# Be-UI **Repository Path**: chenzhihuiShuai/Be-UI ## Basic Information - **Project Name**: Be-UI - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-08 - **Last Updated**: 2022-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, UI ## README # be-ui3 基于vue3.0的简单ui组件库 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 已知问题 ## 排期 InputNumber 样式重构 图标修改 ## 长期排期 1.服务式访问的全局绑定 2.组件引用编写 ## 框架内容 ### 已有 1.布局容器组件 be-container 2.右键菜单组件 be-contextmenu 3.对话框组件 be-dialog (迁移完成) 4.输入框组件 be-input (迁移完成) 5.loading组件 be-loading (迁移完成) 6.消息对话组件 be-message-box (迁移完成) 7.分页组件 be-pager (迁移完成) 8.图标组件 be-icon (迁移完成) 9.消息通知组件 be-notification (迁移完成) 10.文本省略组件 be-ellipsis (迁移完成) 11.弹出显示 be-popover (迁移完成) 12.文本弹出显示 be-toolTip (迁移完成) 13.按钮组件 be-button (迁移完成) 14.自动补全输入 be-autocomplete (迁移完成) 15.tag标签 be-tag (完成) 16.选择框 be-select (完成) 17.消息提示 be-message (完成) 18.数字输入 be-input-number (开发中)