Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 616 Bytes

index.md

File metadata and controls

29 lines (23 loc) · 616 Bytes
home heroImage actionText actionLink footer
true
/favicon.png
起步 →
/zh/guide/
MIT Licensed | Copyright © 2018-present Evan You

:::warning Vue CLI 现已处于维护模式! 现在官方推荐使用 create-vue 来创建基于 Vite 的新项目。另外请参考 Vue 3 工具链指南 以了解最新的工具推荐。 :::

起步

安装:

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

创建一个项目:

vue create my-project
# OR
vue ui