## CLI - [Installation](#installation) - [Usage](#usage) - [Creating a New Project](#creating-a-new-project) - [Zero-config Prototyping](#zero-config-prototyping) - [Installing Plugins in an Existing Project](#installing-plugins-in-an-existing-project) - [Inspecting the webpack Config](#inspecting-the-projects-webpack-config) - [Pulling 2.x Templates](#pulling-vue-cli2x-templates-legacy) ### Installation ``` sh npm install -g @vue/cli vue create my-project ``` ### Usage ``` Usage: vue [options] Commands: create [options] create a new project powered by vue-cli-service invoke [pluginOptions] invoke the generator of a plugin in an already created project inspect [options] [paths...] inspect the webpack config in a project with vue-cli-service serve [options] [entry] serve a .js or .vue file in development mode with zero config build [options] [entry] build a .js or .vue file in production mode with zero config init