Element

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With OwnerElemeFE/element
Primary LanguageVue
Program languageMakefile (Language Count: 5)
Platform
License:MIT License
所有者活动
Created At2016-09-03 06:19:26
Pushed At2024-08-20 07:40:13
Last Commit At2023-08-24 21:38:00
Release Count148
Last Release Namev2.15.14 (Posted on 2023-08-24 21:38:00)
First Release Name1.0.0-rc.1 (Posted on 2016-09-04 00:17:08)
用户参与
Stargazers Count54.2k
Watchers Count1.3k
Fork Count14.6k
Commits Count4.6k
Has Issues Enabled
Issues Count17835
Issue Open Count2584
Pull Requests Count3231
Pull Requests Open Count322
Pull Requests Close Count1603
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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