orient-element-ui
TypeScript icon, indicating that this package has built-in type declarations

2.15.0 • Public • Published

关于 Element-UI 定制版

版本号说明

<主版本号>.<子版本号> 如:v2.15.0 .1

<主版本号> 为基于 Element 的 Release 版本的 Tag 号,如果更新了 Element 库,需要修改主版本号

<子版本号> 为基于当前主版本号下修改的子版本号


Release Note

  • v2.15.0.0

    • + 使用官方 v2.15.0 初始化组件仓库
    • + 本地化 color-brewer.css ,以正常显示组件文档中的源代码
    • + 新增 prettier 规则
    • * 修改 gulpfile 配置
  • v2.15.0.1

    • * 根据 UI 规范修改组件样式,涉及组件如下:
      • ColorTypographyBorderIconButtonRadio
        RadioGroupCheckboxFormInputInputNumber
        SelectSwitchPickerBreadcrumbTableTag
        TreePaginationAvatarAlertTabsMessage
        DropdownDialogPopoverPopconfirmCard

基于 element v2.15.0 定制修改 UI 组件,具体说明如下:

  1. 本地仓库地址: Gitlab

  2. 分支说明:

    1. master 可直接打包用于正常开发的组件库代码,一般在此分支上打 dist 包
    2. dev 日常修改组件库和 bug 修复
    3. update 当前最新的官方仓库代码,仅用于升级时比对文件变化使用
      • 请勿在此分支上修改任何代码
      • 请勿将此分支 merge 到任何分支
      • 请勿将任何分支 merge 到此分支
  3. 官方版后续版本合并方式:

    1. 前往Github获取最新 Release Tag,并下载代码压缩包至本地
    2. 切换到 update 分支下,解压压缩包
    3. git 提交工具进行文件比对,将每个文件的更新手动更新到 dev 分支上
    4. 对受影响的组件进行测试,测试无误后合并到 master 分支
    5. 运行 npm run dist 打 dist 包,将以下文件拷贝至 static 下替换原文件并重命名
      • lib/element-ui.common.js -> static/element.js
      • lib/theme-chalk/index.css -> static/element.css


A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

For Vue 3.0, we recommend using Element Plus from the same team

Links

Install

npm install element-ui -S

Quick Start

import Vue from 'vue';
import Element from 'element-ui';

Vue.use(Element);

// or
import {
  Select,
  Button
  // ...
} from 'element-ui';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Skip this part if you just want to use Element.

For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contribution

Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.

Special Thanks

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

French documentation is made possible by these community developers:

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

Join Discusion Group

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i orient-element-ui

Weekly Downloads

0

Version

2.15.0

License

MIT

Unpacked Size

7.7 MB

Total Files

918

Last publish

Collaborators

  • x1226231901