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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# vue-cli-plugin-vue-next
2
2
3
-
A Vue CLI plugin for trying out the Vue 3 alpha.
3
+
A Vue CLI plugin for trying out the Vue 3 beta.
4
4
5
5
This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.
6
6
@@ -15,7 +15,7 @@ vue add vue-next
15
15
16
16
## What's implemented?
17
17
18
-
-[x] Add Vue 3 alpha and `@vue/compiler-sfc` to the project dependencies.
18
+
-[x] Add Vue 3 beta and `@vue/compiler-sfc` to the project dependencies.
19
19
-[x] Configure webpack to compile `.vue` files with the new Vue 3 compiler.
20
20
-[x][Codemods](./generator/codemods/global-api) that automatically migrate some global API changes mentioned in [RFC-0009](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0009-global-api-change.md).
21
21
-[x] Install Vuex 4.0 & Vue Router 4.0 in the project, if older versions of them are detected.
0 commit comments