vue+webpack

$ npm install -g vue-cli //安装vue插件,安装vue前必须安装node.js

$ vue init webpack my-project //创建项目,第一次需要超级管理员打开powershell执行命令:set-ExecutionPolicy RemoteSigned

安装依赖,走你

$ cd my-project
$ npm install
$ npm run dev