一、安装node.js(https://nodejs.org/en/)
二、安装Vue
四、安装webpack
npm install webpack -g
五、打开VUE前端项目
输入命令:npm install
输入命令:npm run dev 启动该项目
项目启动完成!!!