-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 2.7→3.x #292
Comments
Please comment if you have any ideas for migrating from vue 2 to 3. For example, is there no choice but to maintain praeco with vue2 as it is now? Should it be changed from scratch? I'm still investigating, but I feel that it may be difficult to give the current praeco to vue3. |
I think it is possible. Some thoughts
|
The emoji picker worked normally with vue3, so I think it's okay to leave it as it is I didn't know that element-plus has infinite scroller and tree-select. Thank you for the information. |
Build a small app in vue3 and add features and fix bugs to the current vue2 version until you understand how it works. |
https://element-plus.org/en-US/guide/migration.html
https://www.npmjs.com/package/coder-vue3-split-panel
https://www.npmjs.com/package/vue-native-websocket-vue3
https://www.npmjs.com/search?q=vue3-treeselect
https://github.com/nsano-rururu/vue-query-builder
Migration Guide
Vue3.0 is supported from @ vue / cli 4.5.0 and above
Let's say vue @ next, vue-loader @ next to make vue and vue-loader the ones for Vue 3. You also need @ vue / compiler-sfc to run vue-loader.
2.1.1
2022/06/27
4.0.15
2022/05/04
4.0.2
2021/06/17
5.74.0
2022/07/25
5.0.6
2022/06/16
5.0.6
2022/06/16
5.0.6
2022/06/16
5.0.6
2022/06/16
supporting eslint 8
2.0.1
2022/06/15
cross-env is "finished" (now in maintenance mode)
https://github.com/karoletrych/vue-cron-editor/tree/feature/vue3-support
※1
minimum supported webpack version is 5
The text was updated successfully, but these errors were encountered: