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
已啟用問題?
問題數17835
打開的問題數2584
拉請求數3231
打開的拉請求數322
關閉的拉請求數1603
项目设置
已啟用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