Go to file
baiyaaaaa 47c62e9fe0 add progress hook function property (#1782) 2016-12-15 23:49:29 +08:00
.github add dev notice in contributing guide (#1136) 2016-11-18 20:03:14 +08:00
build Table: fix column[type=selection] style issue in ie9+. 2016-12-09 17:37:58 +08:00
examples add progress hook function property (#1782) 2016-12-15 23:49:29 +08:00
packages add progress hook function property (#1782) 2016-12-15 23:49:29 +08:00
src Popup: prevent click event bubbles, fixed #1677 (#1754) 2016-12-15 12:50:08 +08:00
test/unit Message & Notification: add iconClass and customClass, fixed #1664 (#1671) 2016-12-14 13:43:14 +08:00
.babelrc fix salad config 2016-11-13 22:08:38 +08:00
.eslintignore Add istanbul ignore (#521) 2016-10-19 22:48:35 +08:00
.eslintrc Slider: add test 2016-10-19 15:48:59 +08:00
.gitattributes DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
.gitignore Add yarn.lock (#1747) 2016-12-15 20:42:55 +08:00
.travis.yml Add yarn.lock (#1747) 2016-12-15 20:42:55 +08:00
CHANGELOG.en-US.md Changelog: update for 1.0.7 2016-12-14 14:48:41 +08:00
CHANGELOG.zh-CN.md Changelog: update for 1.0.7 2016-12-14 14:48:41 +08:00
FAQ.md FAQ: add third-party iconfont usage (#1265) 2016-11-22 14:21:36 +08:00
LICENSE Update package.json dependencies 2016-10-17 14:17:29 +08:00
Makefile update index links 2016-11-16 19:39:43 +08:00
README.md Update README.md 2016-12-13 22:14:11 +08:00
components.json Support publish component packages 2016-10-17 12:14:10 +08:00
element_logo.svg add logo 2016-12-13 22:00:20 +08:00
lerna.json Initial commit 2016-07-27 14:15:02 +08:00
package.json Add yarn.lock (#1747) 2016-12-15 20:42:55 +08:00
yarn.lock Add yarn.lock (#1747) 2016-12-15 20:42:55 +08:00

README.md

# Element [![Build Status](https://travis-ci.org/ElemeFE/element.svg?branch=master)](https://travis-ci.org/ElemeFE/element) [![Coverage Status](https://coveralls.io/repos/github/ElemeFE/element/badge.svg?branch=master)](https://coveralls.io/github/ElemeFE/element?branch=master) [![CDNJS](https://img.shields.io/cdnjs/v/element-ui.svg)](https://cdnjs.com/libraries/element-ui) [![npm package](https://img.shields.io/npm/v/element-ui.svg)](https://www.npmjs.org/package/element-ui) [![NPM downloads](http://img.shields.io/npm/dm/element-ui.svg)](https://npmjs.org/package/element-ui) ![JS gzip size](http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS) ![CSS gzip size](http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-default/index.css?compression=gzip&label=gzip%20size:%20CSS) [![Join the chat at https://gitter.im/ElemeFE/element](https://badges.gitter.im/ElemeFE/element.svg)](https://gitter.im/ElemeFE/element?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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

LICENSE

MIT