检查安装环境
node -v
vue -V
webpack忘了
1、安装node
2、安装webpack
npm install webpack -g
3、安装vue-cli 2.X
npm install vue-cli -g
创建项目:vue init webpack 项目名称