0.0.10 • Published 3 years ago

element-iui v0.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

A Vue.js 2.0 UI Toolkit for Web.

element-iui

fork自https://github.com/ElemeFE/element

官方更新不是很顺畅,fork一份自行维护更新,近期更新功能如下

  • 大数据虚拟滚动
  • 表格nullCellDisplay属性增加

Install

npm install element-iui -S

Quick Start

import Vue from 'vue'
import Element from 'element-iui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-iui'

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.

Let's fund issues in this repository

Special Thanks

LICENSE

MIT