mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 10:39:38 -06:00
home, heroImage, actionText, actionLink, features, footer
| home | heroImage | actionText | actionLink | features | footer | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /favicon.png | 起步 → | /zh/guide/ |
|
MIT Licensed | Copyright © 2018-present Evan You |
起步
安装:
npm install -g @vue/cli
# OR
yarn global add @vue/cli
创建一个项目:
vue create my-project
# OR
vue ui