docs: remove version (3.x) reference in docs

This commit is contained in:
Haoqun Jiang
2019-08-13 21:03:06 +08:00
parent 1cf9b14d89
commit aae827a108
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ sidebarDepth: 0
<Bit/>
::: warning
This documentation is for `@vue/cli` version **3.x**. For the old `vue-cli`, see [here](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
This documentation is for `@vue/cli`. For the old `vue-cli`, see [here](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
:::
Vue CLI is a full system for rapid Vue.js development, providing:

View File

@@ -19,7 +19,7 @@ yarn global add @vue/cli
After installation, you will have access to the `vue` binary in your command line. You can verify that it is properly installed by simply running `vue`, which should present you with a help message listing all available commands.
You can check you have the right version (3.x) with this command:
You can check you have the right version with this command:
```bash
vue --version

View File

@@ -7,7 +7,7 @@ sidebarDepth: 0
<Bit/>
::: warning Предупреждение
Эта документация для `@vue/cli` версии **3.x**. Для старой версии `vue-cli`, см. [здесь](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
Эта документация для `@vue/cli`. Для старой версии `vue-cli`, см. [здесь](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
:::
Vue CLI — полноценная система для быстрой разработки на Vue.js, предоставляющая:

View File

@@ -7,7 +7,7 @@ sidebarDepth: 0
<Bit/>
::: warning 警告
这份文档是对应 `@vue/cli` **3.x** 版本的。老版本的 `vue-cli` 文档请移步[这里](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--)。
这份文档是对应 `@vue/cli`。老版本的 `vue-cli` 文档请移步[这里](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--)。
:::
Vue CLI 是一个基于 Vue.js 进行快速开发的完整系统,提供:

View File

@@ -19,7 +19,7 @@ yarn global add @vue/cli
安装之后,你就可以在命令行中访问 `vue` 命令。你可以通过简单运行 `vue`,看看是否展示出了一份所有可用命令的帮助信息,来验证它是否安装成功。
你还可以用这个命令来检查其版本是否正确 (3.x)
你还可以用这个命令来检查其版本是否正确:
```bash
vue --version