
Installation - Vue CLI
Installation Node Version Requirement Vue CLI 4.x requires Node.js version 8.9 or above (v10+ recommended). You can manage multiple versions of Node on the same machine with n, nvm …
Installation | Vue CLI
Apr 8, 2019 · 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 …
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 …
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
When using webpack version 4, the default in Vue CLI 4, you need to make sure your loaders are compatible with it. Otherwise you will get errors about confliciting peer dependencies.
Creating a Project - Vue CLI
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 recommendations.
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.
Troubleshooting - Vue CLI
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 recommendations.
Plugins and Presets - Vue CLI
When you use vue create to create a new project, some plugins will be pre-installed for you based on your feature selection. In case you want to install a plugin into an already created project, …
安装 - Vue CLI
你可以通过简单运行 vue,看看是否展示出了一份所有可用命令的帮助信息,来验证它是否安装成功。 你还可以用这个命令来检查其版本是否正确: