Skip to content

vue init project

安装 vue

bash
yarn global add @vue/cli

创建项目

bash
vue create <项目>

最后更新于: