Skip to content

Commit aae827a

Browse files
committed
docs: remove version (3.x) reference in docs
1 parent 1cf9b14 commit aae827a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebarDepth: 0
77
<Bit/>
88

99
::: warning
10-
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--).
10+
This documentation is for `@vue/cli`. For the old `vue-cli`, see [here](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
1111
:::
1212

1313
Vue CLI is a full system for rapid Vue.js development, providing:

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ yarn global add @vue/cli
1919

2020
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.
2121

22-
You can check you have the right version (3.x) with this command:
22+
You can check you have the right version with this command:
2323

2424
```bash
2525
vue --version

docs/ru/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebarDepth: 0
77
<Bit/>
88

99
::: warning Предупреждение
10-
Эта документация для `@vue/cli` версии **3.x**. Для старой версии `vue-cli`, см. [здесь](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
10+
Эта документация для `@vue/cli`. Для старой версии `vue-cli`, см. [здесь](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
1111
:::
1212

1313
Vue CLI — полноценная система для быстрой разработки на Vue.js, предоставляющая:

docs/zh/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebarDepth: 0
77
<Bit/>
88

99
::: warning 警告
10-
这份文档是对应 `@vue/cli` **3.x** 版本的。老版本的 `vue-cli` 文档请移步[这里](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--)
10+
这份文档是对应 `@vue/cli`。老版本的 `vue-cli` 文档请移步[这里](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--)
1111
:::
1212

1313
Vue CLI 是一个基于 Vue.js 进行快速开发的完整系统,提供:

docs/zh/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ yarn global add @vue/cli
1919

2020
安装之后,你就可以在命令行中访问 `vue` 命令。你可以通过简单运行 `vue`,看看是否展示出了一份所有可用命令的帮助信息,来验证它是否安装成功。
2121

22-
你还可以用这个命令来检查其版本是否正确 (3.x)
22+
你还可以用这个命令来检查其版本是否正确:
2323

2424
```bash
2525
vue --version

0 commit comments

Comments
 (0)