mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-11 17:49:42 -06:00
1.0 KiB
1.0 KiB
home, heroImage, actionText, actionLink, features, footer
| home | heroImage | actionText | actionLink | features | footer | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /favicon.png | Get Started → | /guide/ |
|
MIT Licensed | Copyright © 2018-present Evan You |
Getting Started
Install:
npm install -g @vue/cli
# OR
yarn global add @vue/cli
Create a project:
vue create my-project
# OR
vue ui