]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
docs: mention the Vue 2 version for IE11 support
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Dec 2021 05:37:40 +0000 (13:37 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Dec 2021 05:37:40 +0000 (13:37 +0800)
README.md

index f31a431fdd82025221160e88f3cb979b26f7c8f6..0193865efe77501010c6145cc18108152d64f5ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,5 +7,11 @@ An easy way to start a Vue project
 ## Usage
 
 ```sh
-npm init vue@next
+npm init vue@3
+```
+
+Or, if you need to support IE11, you can create a Vue 2 project with:
+
+```sh
+npm init vue@2
 ```