1、如果下载慢 换淘宝镜像
npm config set registry " https://registry.npm.taobao.org "
2、下载cli
npm install -g @vue/cli
3、验证
vue --version
项目创建
vue init webpack hellovue
- Project name 项目名称
- Project description 项目描述
- Author 作者
- Vue build vue的构造工具 直接回车
- Install vue-router? vue的路由
- Use ESLint to lint your code? No vue的代码检测工具
- Set up unit tests No 单元测试工具
- Setup e2e tests with Nightwatch? No 端到端测试工具
异常解决
npm install -g @vue/cli-init