注意node npm版本
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
- 执行以下命令
# 全局安装 vue-cli
$ npm install -g vue-cli
# 创建一个基于 "webpack" 模板的新项目
$ vue init webpack my-project
# 安装依赖,走你
$ cd my-project
$ npm install
- 在开发过程中,使用命令
$ npm run dev
- 生产环境打包
打包之前,修改config/index.js
文件
$ npm run build
双击dist/index.html