Skip to content

shawtung/element

This branch is 1 commit ahead of, 1180 commits behind ElemeFE/element:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ddf6ac · Apr 23, 2018
Mar 28, 2018
Mar 28, 2018
Apr 21, 2018
Apr 23, 2018
Apr 21, 2018
Apr 21, 2018
Apr 19, 2018
Nov 13, 2016
Feb 6, 2018
Jan 5, 2018
Oct 24, 2016
Apr 17, 2018
Oct 17, 2017
Apr 21, 2018
Apr 23, 2018
Apr 21, 2018
Nov 29, 2017
Oct 17, 2016
Nov 16, 2016
Mar 15, 2018
Aug 22, 2017
Dec 13, 2016
Jan 23, 2017
Apr 21, 2018
Apr 19, 2018

Repository files navigation


Special thanks to the generous sponsorship by:

A Vue.js 2.0 UI Toolkit for Web.

Links

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]

LICENSE

MIT

About

A Vue.js 2.0 UI Toolkit for Web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 58.0%
  • JavaScript 27.3%
  • CSS 14.4%
  • Other 0.3%