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 🙏

© 2025 – Pkg Stats / Ryan Hefner

orient-element-ui

v2.15.0

Published

A Component Library for Vue.js.

Readme

关于 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 :

LICENSE

MIT