Skip to content

Commit 1860875

Browse files
authored
docs: alpha -> beta (#22)
1 parent 49dcd89 commit 1860875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vue-cli-plugin-vue-next
22

3-
A Vue CLI plugin for trying out the Vue 3 alpha.
3+
A Vue CLI plugin for trying out the Vue 3 beta.
44

55
This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.
66

@@ -15,7 +15,7 @@ vue add vue-next
1515

1616
## What's implemented?
1717

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.
1919
- [x] Configure webpack to compile `.vue` files with the new Vue 3 compiler.
2020
- [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).
2121
- [x] Install Vuex 4.0 & Vue Router 4.0 in the project, if older versions of them are detected.

0 commit comments

Comments
 (0)