--- home: true heroImage: /favicon.png actionText: Get Started → actionLink: /guide/ footer: MIT Licensed | Copyright © 2018-present Evan You --- :::warning Vue CLI is in Maintenance Mode! For new projects, please use [create-vue](https://github.com/vuejs/create-vue) to scaffold [Vite](https://vitejs.dev/)-based projects. Also refer to the [Vue 3 Tooling Guide](https://vuejs.org/guide/scaling-up/tooling.html) 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 ```