1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 16:55:25 +02:00
tldr/pages.zh/common/vue.md
2025-05-21 22:11:34 +05:30

314 B

vue

适用于 Vue.js 项目的多用途命令行接口。 此命令也有关于其子命令的文件,例如:build。 更多信息:https://cli.vuejs.org/guide/.

  • 交互式地创建一个新的 Vue 项目:

vue create {{项目名}}

  • 使用图形化界面创建一个新项目:

vue ui