Migrated repository
Go to file
Zhi Cun ba9f10a8b9 chore: remove sponsor duotai (#14156)
* remove sponsor duotai

* recover douhui
2019-01-21 13:43:56 +08:00
.github Chore: retire lerna and remove redundant files (#11493) 2018-06-05 19:27:13 +08:00
build Chore: optimize entry script (#12192) 2018-08-01 11:50:01 +08:00
examples chore: remove sponsor duotai (#14156) 2019-01-21 13:43:56 +08:00
packages Checkbox: refine style 2019-01-17 18:08:32 +08:00
src i18n: add missing Catalan translations 2019-01-18 23:45:06 +01:00
test/unit date-time-picker: add selectableRange in pickerOptions 2019-01-14 23:25:46 +08:00
types Cascader: correct type definitions of CascaderOption (#13613) 2018-11-30 19:12:37 +08:00
.babelrc fix salad config 2016-11-13 22:08:38 +08:00
.eslintignore Chore: eslint ignore font files (#11696) 2018-06-25 16:35:58 +08:00
.eslintrc chore: update ESLint (#9124) 2018-01-05 16:53:02 +08:00
.gitattributes DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
.gitignore chore: add yarn logs to .gitignore (#13922) 2019-01-02 21:28:05 +08:00
.travis.yml Chore: specify travis Node.js versions (#13241) 2018-10-31 12:06:11 +08:00
CHANGELOG.en-US.md changelog for 2.4.11 (#13510) 2018-11-21 16:33:19 +08:00
CHANGELOG.es.md doc: update Spanish doc 2.4.11 (#13522) 2018-11-22 15:54:17 +08:00
CHANGELOG.zh-CN.md changelog for 2.4.11 (#13510) 2018-11-21 16:33:19 +08:00
components.json add layout (#6600) 2017-08-22 12:46:22 +08:00
element_logo.svg add logo 2016-12-13 22:00:20 +08:00
FAQ.md Changelog: update for 2.0.6 2017-11-29 14:26:16 +08:00
LICENSE Chore: update license year (#12419) 2018-08-22 11:16:47 +08:00
Makefile Chore: retire lerna and remove redundant files (#11493) 2018-06-05 19:27:13 +08:00
package.json remove unnecessary script 2019-01-10 20:10:42 +08:00
postcss.config.js Chore: convert build system to webpack (#11216) 2018-05-21 15:26:46 +08:00
README.md chore: remove sponsor duotai (#14156) 2019-01-21 13:43:56 +08:00
yarn.lock Chore: update yarn.lock (#11539) 2018-06-08 12:38:56 +08:00


Special thanks to the generous sponsorship by:

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) 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) 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:

Donation

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

donation

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 Discusion Group

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

Join Discusion Group

LICENSE

MIT