下载安装node.js 安装vue-cli npm install -g vue-cli 新建项目 vue init webpack 项目名称 项目配置 image.png 安装依赖 npm install 运行项目 npm run dev