Vue Cli创建项目 全局安装Vue Cli npm install @vue/cli -g 升级Vue Cli(升级到新版本) npm update @vue/cli -g 使用Vue的命令来创建项目 Vue create 项目名称 vue_basic