Back to Vue Cli

OR

docs/index.md

5.0.9465 B
Original Source

:::warning 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. :::

Getting Started

Install:

bash
npm install -g @vue/cli
# OR
yarn global add @vue/cli

Create a project:

bash
vue create my-project
# OR
vue ui