From: Haoqun Jiang Date: Fri, 3 Dec 2021 05:37:40 +0000 (+0800) Subject: docs: mention the Vue 2 version for IE11 support X-Git-Tag: v3.0.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdae871da540603a7e8c479d07c97ddf80b5b3d;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: mention the Vue 2 version for IE11 support --- diff --git a/README.md b/README.md index f31a431f..0193865e 100644 --- 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 ```