Skip to content

owen027/element3

 
 

Repository files navigation

(wip) element for vue3

  1. 修改 build/bin/buld-entry.js 的 72 行。
  2. 组件加上白名单,比如加一个 'input',执行 npm run dev
  3. 访问文档(也可访问 http://localhost:8086/#/ ),在对应的组件页面调试报错即可,完成的记得标记。
  4. 提交代码前请先拉取代码,commit 时信息格式为 key: content,如 refactor: refactor alert,注意表达简洁易懂。

Join Discussion Group

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

Join Discusion Group

Contribution

See Contributing Guide.

basic

  • layout
  • container
  • color
  • typography
  • border
  • icon
  • button
  • link

form

  • radio
  • checkbox
  • input
  • inputNumber
  • select
  • cascader
  • switch
  • slider
  • timePicker
  • timePicker
  • datePicker
  • dateTimePicker
  • Upload
  • Rate
  • ColorPicker
  • Transfer
  • Form

data

  • Table
  • Tag
  • Progress
  • Tree
  • Pagination
  • Badge
  • Avatar

Notice

  • Alert
  • Loading
  • Message
  • MessageBox
  • Notification

Navigation

  • Navmenu
  • Tabs
  • Breadcrumb
  • dropdown
  • steps

other

  • dialog
  • tooltip
  • popover
  • popoconfirm
  • Card
  • Carousel
  • Collapse
  • Timeline
  • divider
  • Calendar
  • image
  • backtop
  • infiniteScroll
  • drawer


Special thanks to the generous sponsorship by:

A Vue.js 3.0 UI Toolkit for Web.(WIP)

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

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

French documentation is made possible by these community developers:

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

(WIP)fork from ElemeFE/element ,A Vue.js 3.0 UI Toolkit for Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.9%
  • JavaScript 30.5%
  • CSS 13.3%
  • Other 0.3%