创建Vue脚手架1.安装脚手架全局安装:1npm install -g @vue/cli 2.切换到你要创建项目的目录3.使用命令创建vue项目1vue create 项目名字 4.运行命令npm run serve