You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## ⚠️ Status
4
4
5
-
Vue CLI is now in maintenance mode. For new projects, please use [create-vue](https://github.com/vuejs/create-vue) to scaffold [Vite](https://vitejs.dev/)-based projects, which supports both Vue 2 and Vue 3.
5
+
Vue CLI is now in maintenance mode. For new projects, please use [create-vue](https://github.com/vuejs/create-vue) to scaffold [Vite](https://vitejs.dev/)-based projects. `create-vue` supports both Vue 2 and Vue 3.
6
6
7
-
Also refer to the latest [Tooling Guide](https://vuejs.org/guide/scaling-up/tooling.html)on setting up a new Vue 3 project.
7
+
Also refer to the [Vue 3 Tooling Guide](https://vuejs.org/guide/scaling-up/tooling.html)for the latest recommendations.
8
8
9
9
For information on migrating from Vue CLI to Vite:
Copy file name to clipboardexpand all lines: docs/guide/installation.md
-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
1
# Installation
2
2
3
-
::: warning Warning regarding Previous Versions
4
-
The package name changed from `vue-cli` to `@vue/cli`.
5
-
If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you need to uninstall it first with `npm uninstall vue-cli -g` or `yarn global remove vue-cli`.
6
-
:::
7
-
8
3
::: tip Node Version Requirement
9
4
Vue CLI 4.x requires [Node.js](https://nodejs.org/) version 8.9 or above (v10+ recommended). You can manage multiple versions of Node on the same machine with [n](https://github.com/tj/n), [nvm](https://github.com/creationix/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows).
Copy file name to clipboardexpand all lines: docs/ru/guide/installation.md
-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
1
# Установка
2
2
3
-
::: danger Предупреждение о предыдущих версиях
4
-
Имя пакета изменилось с `vue-cli` на `@vue/cli`.
5
-
Если у вас установлена глобально предыдущая версия пакета `vue-cli` (1.x или 2.x), то необходимо сначала удалить её командой `npm uninstall vue-cli -g` или `yarn global remove vue-cli`.
6
-
:::
7
-
8
3
::: tip Требования к версии Node
9
4
Vue CLI 4.x требуется [Node.js](https://nodejs.org/) версии 8.9 или выше (рекомендуется v10+). Управлять несколькими версиями Node на машине можно через [n](https://github.com/tj/n), [nvm](https://github.com/creationix/nvm) или [nvm-windows](https://github.com/coreybutler/nvm-windows).
0 commit comments