mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-02 00:21:12 -05:00
616 B
616 B
home, heroImage, actionText, actionLink, footer
| home | heroImage | actionText | actionLink | footer |
|---|---|---|---|---|
| true | /favicon.png | Get Started → | /guide/ | MIT Licensed | Copyright © 2018-present Evan You |
:::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:
npm install -g @vue/cli
# OR
yarn global add @vue/cli
Create a project:
vue create my-project
# OR
vue ui