]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update cli status [ci skip]
authorEvan You <yyx990803@gmail.com>
Wed, 29 Jul 2020 14:24:02 +0000 (10:24 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 29 Jul 2020 14:24:02 +0000 (10:24 -0400)
README.md

index 2a556ca39871b5537da19d6b631ecc2c91d869e6..e8f176a6e963942cc2c3ee459682a065220ea238 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,9 +35,7 @@ The only difference between Vuex 4.0 and 3.x is that it's Vue 3 compatible! It i
 
 ### Vue CLI
 
-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.
-
-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).
+As of v4.5.0, `vue-cli` now provides built-in option to choose Vue 3 preset when creating a new project.
 
 ### JSX Support