1.在要创建的目录按住shift键 + 鼠标右键打开Power Shell窗口 2.输入 vue create 项目名 选择Vue2 现在创建中: 3.创建成功 4.输入code命令 自动打开vscode 5.vscode 终端 输入 npm run serve 6.成功启动vue 现在可以访问了