You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,34 +14,64 @@ Please note that there could still be undocumented behavior inconsistencies with
14
14
15
15
In addition, the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet). The IE11 compatible build will be worked on after we have reached RC stage.
We still have a few minor router hook behavior consistency issues with `[email protected]`, but these are the only things that is blocking the router from being marked as Beta. The router is usable for new, non-critical projects.
The only difference between Vuex 4.0 and 3.x is that it's Vue 3 compatible! It is ready to enter RC together with Vue 3 core.
33
+
34
+
### Vue CLI
35
+
36
+
Vue 3 support in Vue CLI is currently provided via the [vue-cli-plugin-vue-next](https://github.com/vuejs/vue-cli-plugin-vue-next) plugin. You can scaffold a new project and then run `vue add vue-next` to switch to Vue 3. Vue 3 will become a option in the project creation process when it reaches RC.
37
+
38
+
Note if you are not particularly attached to webpack and IE11 support, you can also start a Vue 3 project with [Vite](https://github.com/vitejs/vite).
39
+
40
+
### Other Projects
41
+
42
+
| Project | Status |
43
+
| ------------------- | ------ |
44
+
| vue-devtools | WIP (beta channel with Vue 3 support in early July) |
0 commit comments