Go to file
wuyadan 20996a353a
Merge branch 'ElemeFE:dev' into dev
2023-05-24 14:03:10 +08:00
.github
build
examples Merge branch 'ElemeFE:dev' into dev 2023-05-24 14:03:10 +08:00
packages Merge branch 'ElemeFE:dev' into dev 2023-05-24 14:03:10 +08:00
src i18n: Update Uzbek translation (#22390) 2023-02-21 19:50:34 +08:00
test
types chore: optimize code and fix bugs 2023-02-09 22:05:27 +08:00
.babelrc
.eslintignore
.eslintrc
.gitattributes
.gitignore
.travis.yml
CHANGELOG.en-US.md chore: add changelog 2023-02-12 21:38:28 +08:00
CHANGELOG.es.md chore: add changelog 2023-02-12 21:38:28 +08:00
CHANGELOG.fr-FR.md chore: add changelog 2023-02-12 21:38:28 +08:00
CHANGELOG.zh-CN.md chore: add changelog 2023-02-12 21:38:28 +08:00
FAQ.md
LICENSE
Makefile
README.md
components.json
element_logo.svg
package.json [release] 2.15.13 2023-02-13 08:08:27 +08:00
web-types.json Button: fix web-types type props (#22281) 2023-02-09 22:24:21 +08:00
yarn.lock

README.md


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(Element Plus is a community develop project)

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