Go to file
2022-05-10 13:04:28 +08:00
.circleci ci(project): add .circleci/config.yml (#6569) 2022-03-12 22:57:11 +08:00
.github ci: simplify pr-docs-build & remove macos-build (#7597) 2022-05-10 00:46:13 +08:00
.husky chore(project): use pretty-quick (#3755) 2021-10-01 14:17:16 +08:00
.vscode chore: update publisher of volar (#7482) 2022-05-04 09:47:35 +08:00
breakings improvement(project): breaking change in yml (#7593) 2022-05-09 21:51:27 +08:00
docs fix(docs): copy icon (#7587) 2022-05-10 08:06:04 +08:00
internal feat: upgrade to pnpm 7 (#7457) 2022-05-02 14:51:59 +08:00
packages fix: datepicker range default height by map.get (#7608) 2022-05-10 12:25:59 +08:00
play fix(deps): update all non-major dependencies (#7209) 2022-04-19 08:45:52 +08:00
scripts fix(ci): publish nightly (#7537) 2022-05-06 20:02:46 +08:00
ssr-testing chore(docs): update text button type (#7533) 2022-05-06 17:33:52 +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 chore(project): improve prettier format (#3236) 2021-09-05 00:53:31 +08:00
.gitignore test(ci): add build product checking for prs (#6558) 2022-03-12 17:17:16 +08:00
.gitpod.yml chore: update yml 2022-05-10 13:04:28 +08:00
.markdownlint.json feat(components): add virtual tree (#3398) 2021-09-27 11:12:50 +08:00
.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
CHANGELOG.en-US.md chore: update changelog 2.2.0 (#7579) 2022-05-09 11:32:19 +08:00
CODE_OF_CONDUCT.md style: use prettier (#3228) 2021-09-04 19:29:28 +08:00
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 chore: update guide (#7464) 2022-05-02 14:50:59 +08:00
HELP_TRANSLATING.md chore: update guide (#7464) 2022-05-02 14:50:59 +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 fix(ssr-testing): fix code (#7466) 2022-05-02 15:15:22 +08:00
pnpm-lock.yaml refactor(docs): add missing deps (#7465) 2022-05-02 15:15:47 +08:00
pnpm-workspace.yaml fix(build): move eslint config to internal (#6553) 2022-03-12 14:33:41 +08:00
README.md chore: add right sponsors (#7567) 2022-05-09 08:49:28 +08:00
tsconfig.json fix: tsconfig (#7319) 2022-04-22 09:43:38 +08:00
tsconfig.vite-config.json feat: drop jest (#7248) 2022-04-19 16:51:44 +08:00
tsconfig.vitest.json fix: tsconfig (#7319) 2022-04-22 09:43:38 +08:00
tsconfig.web.json fix: tsconfig (#7319) 2022-04-22 09:43:38 +08:00
vitest.config.ts test: enable clearMocks in vitest config (#7263) 2022-04-20 17:02:44 +08:00
vitest.setup.ts feat: drop jest (#7248) 2022-04-19 16:51:44 +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.