Go to file
wayne fe15518f19 Carbon: new icons 2017-10-18 06:39:34 -05:00
.github
build use chrome to run tests (#7521) 2017-10-16 19:39:44 -05:00
examples Carbon: new icons 2017-10-18 06:39:34 -05:00
packages Carbon: new icons 2017-10-18 06:39:34 -05:00
src update typings 2017-10-18 18:38:23 +08:00
test/unit update typings 2017-10-18 18:38:23 +08:00
types update typings 2017-10-18 18:38:23 +08:00
.babelrc
.eslintignore
.eslintrc
.gitattributes
.gitignore Docs: add algolia search 2017-10-10 05:23:42 -05:00
.travis.yml use chrome to run tests (#7521) 2017-10-16 19:39:44 -05:00
CHANGELOG.en-US.md update typings 2017-10-18 18:38:23 +08:00
CHANGELOG.zh-CN.md update typings 2017-10-18 18:38:23 +08:00
FAQ.md
LICENSE
Makefile
README.md
components.json
element_logo.svg
lerna.json
package.json Add TypeScript definitions (#3910) 2017-10-17 03:36:12 -05:00
yarn.lock update cooking 2017-10-16 23:10:44 -05:00

README.md

Element

Build Status Coverage Status CDNJS npm package NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/ElemeFE/element(Chinese) Join the chat at https://gitter.im/element-en/Lobby(English) OpenCollective OpenCollective

A Vue.js 2.0 UI Toolkit for Web.

Sponsor

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 9+.

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) 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) before making a pull request.

Special Thanks

English documentation is brought to you by SwiftGG Translation Team. Our special thanks go to these fellows:

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]

LICENSE

MIT