From 722ad0ba540bb3f6e14ec5db32cdb980545ecc5b Mon Sep 17 00:00:00 2001 From: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com> Date: Mon, 28 Feb 2022 14:25:26 +0800 Subject: [PATCH] chore(project): Add gogo code migration to readme (#6325) - Add gogo code migration tool descriptions to readme - Add gogo code migration tool to migration.md --- README.md | 8 ++++++++ docs/en-US/guide/migration.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 0a18b5a54b..36c425540b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ The first stable release of Element Plus suitable for use in production was rele You can find the breaking change list here: [Breaking Change List](https://github.com/element-plus/element-plus/discussions/5658). +### Migration Tool :hammer_and_wrench: + +We have made a migration tool for you to migrate your project from [Element UI](https://element.eleme.io) to Element Plus. + +You can find the [gogo code migration tool](https://github.com/thx/gogocode/tree/main/packages/gogocode-plugin-element) here. + +We have tested this on [Vue Element Admin](https://github.com/PanJiaChen/vue-element-admin(Vue2+Element). You can find the transpiled code [here](https://github.com/gogocodeio/vue-element-admin) + ### Playground You can also try Element Plus out with the components built-in playground diff --git a/docs/en-US/guide/migration.md b/docs/en-US/guide/migration.md index 9441954ebc..e690b9056e 100644 --- a/docs/en-US/guide/migration.md +++ b/docs/en-US/guide/migration.md @@ -11,6 +11,14 @@ lang: en-US You may encounter some issues when using Element Plus with Vue 3 migration build. Some of the components rely on Vue 3 internal API's. It's worth trying to adjust compatConfig mode to 3, either globally or [per component in your project](https://v3.vuejs.org/guide/migration/migration-build.html#per-component-config). +## Migration Tool :hammer_and_wrench: + +We have made a migration tool for you to migrate your project from [Element UI](https://element.eleme.io) to Element Plus. + +You can find the [gogo code migration tool](https://github.com/thx/gogocode/tree/main/packages/gogocode-plugin-element) here. + +We have tested this on [Vue Element Admin](https://github.com/PanJiaChen/vue-element-admin(Vue2+Element). You can find the transpiled code [here](https://github.com/gogocodeio/vue-element-admin) +