Element

一个用于Web的Vue.js 2.0 UI工具包。(A Vue.js 2.0 UI Toolkit for Web.)

Github星跟踪图

Element UI 是一套为开发者、设计师和产品经理准备的开源组件库,旨在快速搭建页面。它基于 Vue 2.0 开发,并提供了配套的设计资源,充分满足可定制化的需求。

主要指标

概览
名称与所有者ElemeFE/element
主编程语言Vue
编程语言Makefile (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2016-09-03 06:19:26
推送于2024-08-20 07:40:13
最后一次提交2023-08-24 21:38:00
发布数148
最新版本名称v2.15.14 (发布于 2023-08-24 21:38:00)
第一版名称1.0.0-rc.1 (发布于 2016-09-04 00:17:08)
用户参与
星数54.2k
关注者数1.3k
派生数14.6k
提交数4.6k
已启用问题?
问题数17858
打开的问题数2608
拉请求数3231
打开的拉请求数322
关闭的拉请求数1605
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

A Vue.js 2.0 UI Toolkit for Web.

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.

Let's fund issues in this repository

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:

Donation

If you find Element useful, you can buy us a cup of coffee

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]






























Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]






























Join Discussion Group

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

LICENSE

MIT