
Installation - 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 …
Installation | 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 …
CLI Service - Vue CLI
Inside a Vue CLI project, @vue/cli-service installs a binary named vue-cli-service. You can access the binary directly as vue-cli-service in npm scripts, or as ./node_modules/.bin/vue-cli-service …
Creating a Project - Vue CLI
During the project creation process, you may also be prompted to select a preferred package manager, or use the Taobao npm registry mirror for faster dependency installation.
Overview - Vue CLI
The CLI (@vue/cli) is a globally installed npm package and provides the vue command in your terminal. It provides the ability to quickly scaffold a new project via vue create.
Home | Vue CLI
Vue CLI is in Maintenance Mode! For new projects, please use create-vue to scaffold Vite -based projects. Also refer to the Vue 3 Tooling Guide for the latest recommendations.
Working with CSS - Vue CLI
⚠️ Vue CLI is in Maintenance Mode! For new projects, it is now recommended to use create-vue to scaffold Vite -based projects. Also refer to the Vue 3 Tooling Guide for the latest …
Troubleshooting - Vue CLI
⚠️ Vue CLI is in Maintenance Mode! For new projects, it is now recommended to use create-vue to scaffold Vite -based projects. Also refer to the Vue 3 Tooling Guide for the latest …
安装 - Vue CLI
安装之后,你就可以在命令行中访问 vue 命令。 你可以通过简单运行 vue,看看是否展示出了一份所有可用命令的帮助信息,来验证它是否安装成功。
Migrate from v4 - Vue CLI
Aug 21, 2025 · ⚠️ Vue CLI is in Maintenance Mode! For new projects, it is now recommended to use create-vue to scaffold Vite -based projects. Also refer to the Vue 3 Tooling Guide for the …