Go to file
joson ff7061d9b8
fix(components): [el-upload] icon is covered (#6951)
Co-authored-by: hezhaoshun <hezhaoshun@cmcm.com>
2022-04-19 07:54:30 +08:00
.circleci ci(project): add .circleci/config.yml (#6569) 2022-03-12 22:57:11 +08:00
.github chore(deps): update all non-major dependencies 2022-04-12 01:38:15 +08:00
.husky
.vscode refactor(docs): switch to unocss (#6728) 2022-03-22 17:16:46 +08:00
docs docs: [form] add FormRules type assertion (#7192) 2022-04-17 17:43:23 +08:00
internal refactor(metadata): move to dev deps (#7126) 2022-04-12 20:18:13 +08:00
packages fix(components): [el-upload] icon is covered (#6951) 2022-04-19 07:54:30 +08:00
play chore(deps): update all non-major dependencies 2022-04-12 01:38:15 +08:00
scripts feat: publish eslint config and metadata (#7063) 2022-04-09 04:32:01 +08:00
ssr-testing docs: [tree-select] clean redundant code (#7029) 2022-04-07 21:07:40 +08:00
typings refactor(components): [tabs] switch to script-setup syntax (#6468) 2022-03-30 02:58:57 +08:00
.editorconfig feat/add-storybook 2020-07-24 19:20:37 +08:00
.env feat(project): adding cypress into element plus (#5281) 2022-01-10 19:25:48 +08:00
.eslintignore Fix linter issue 2022-03-18 16:53:37 +08:00
.eslintrc.json chore(project): rename .eslint.js to .eslint.json (#6584) 2022-03-13 14:19:51 +08:00
.gitattributes
.gitignore test(ci): add build product checking for prs (#6558) 2022-03-12 17:17:16 +08:00
.markdownlint.json
.npmrc refactor(style): adjust component size to large/default/small (#4491) 2021-12-12 17:54:21 +08:00
.nvmrc refactor: replace yarn with pnpm (#3571) 2021-09-23 08:12:37 +08:00
.prettierignore docs: optimize deps when dev (#5434) 2022-01-18 06:33:53 +08:00
.prettierrc chore(project): improve prettier format (#3236) 2021-09-05 00:53:31 +08:00
babel.config.js feat: support jsx, closes #5708 (#5947) 2022-02-11 12:10:56 +08:00
CHANGELOG.en-US.md chore: update changelog 2.1.10 (#7226) 2022-04-18 23:34:57 +08:00
CODE_OF_CONDUCT.md
codecov.yml test(test-utils): add codecov coverage (#6051) 2022-02-15 13:08:20 +08:00
commit-example.md chore(project): add code of conduct and commit example (#5255) 2022-01-09 20:26:56 +08:00
commitlint.config.js test(ssr): add ssr testing cases (#6647) 2022-03-15 19:21:54 +08:00
CONTRIBUTING.md docs: fix code path (#6271) 2022-02-25 11:25:36 +08:00
DEV_FAQ.md fix(style): remove chinese comments in checkbox (#4189) 2021-11-04 10:04:38 +08:00
global.d.ts refactor: improve tsconfig (#5993) 2022-02-15 14:45:50 +08:00
HELP_TRANSLATING_ZH.md docs: add how to help translating doc (#6982) 2022-04-03 12:45:43 +08:00
HELP_TRANSLATING.md docs: add how to help translating doc (#6982) 2022-04-03 12:45:43 +08:00
jest.config.js refactor(build): move to internal package (#6585) 2022-03-15 19:23:38 +08:00
jest.setup.js chore: enhance eslint rules (#6476) 2022-03-08 14:03:32 +08:00
LICENSE chore: change license year (#5647) 2022-01-28 15:29:44 +08:00
LOCAL_DEV.md chore(project): add code of conduct and commit example (#5255) 2022-01-09 20:26:56 +08:00
package.json chore: remove only-allow pnpm (#7153) 2022-04-14 11:47:28 +08:00
pnpm-lock.yaml refactor(metadata): move to dev deps (#7126) 2022-04-12 20:18:13 +08:00
pnpm-workspace.yaml fix(build): move eslint config to internal (#6553) 2022-03-12 14:33:41 +08:00
README.md chore: update README (#7079) 2022-04-10 01:17:54 +08:00
tsconfig.jest.json fix: form item instance was not destroyed (#6641) 2022-03-15 14:09:26 +08:00
tsconfig.json test: switch to vitest (#5991) 2022-02-21 14:28:22 +08:00
tsconfig.vite-config.json test: switch to vitest (#5991) 2022-02-21 14:28:22 +08:00
tsconfig.vitest.json test: switch to vitest (#5991) 2022-02-21 14:28:22 +08:00
vitest.config.ts test: vitest disable ssr for tsx files (#7194) 2022-04-17 15:24:33 +08:00


Element Plus - A Vue.js 3 UI library

  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

Getting Started

Alright, for you to get started if you are looking for making Element Plus better you should keep reading. For developers that uses Element Plus to develop your website you should go ahead visit Getting Started.

Breaking change list

The first stable release of Element Plus suitable for use in production was released on February 07, 2022. The APIs is stable right now, and here's also a full list about how to get upgraded from Element UI to Element Plus.

You can find the breaking change list here: Breaking Change List.

Migration Tool 🛠️

We have made a migration tool for you to migrate your project from Element UI to Element Plus.

You can find the gogo code migration tool here.

We have tested this on Vue Element Admin. You can find the transpiled code here.

Playground

You can also try Element Plus out with the components built-in playground.

Try it with our built-in playground

Playground

Try it with code sandbox

Edit element-plus

Special thanks to the generous sponsorship by:



Translations

Element Plus is translated to multiple languages, you can click the badge to help up update the translation or apply to become a proofreader Crowdin

For now we are only showing English and Chinese for resource reasons, but we are looking forward to translate it into more languages, please go to the link above and leave a message if you want to help translating Element Plus into your desired language.

How to help translating

See how to help translating in Translating Element Plus.

Stay tuned 👀

Join our Discord to start communicating with everybody.

This thing is broken, I should help improve it!

Awesommmmmmee. Everything you need is down below. You can also refer to CONTRIBUTING and Code of Conduct where you'll find the same information listed below.

I would like to become a part of the development team!

Welcome 🤩! We are looking for talented developers to join us and making Element Plus better! If you care to join the development team, please reach out to us, you are more than welcomed to join us! ❤️

We are now lacking of experts of Testing, GitHub Actions, PM, if you do feel like you can and willing to help us, please do reach out to us. 🙏

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor

Contributors

This project exists thanks to all the people who contribute.

And thank you to all our backers! 🙏

License

Element Plus is open source software licensed as MIT.