一:
1.安装Node.js
2.在文件夹地址栏后输入cm
3.查看node 与 npm 的版本
4.创建一个项目 (在管理员cmd下创建;C盘下的Windows/system32/cmd.exe)
vue create spring-vue-demo
5.运行一个项目npm run serve