1、先卸载之前的vue-cli 2.x :
npm uninstall -g vue-cli
2、全局安装新版本,新版本已经改名叫 @vue/cli
npm install -g @vue/cli
2.1、可以查看当前版本
> vue --version 3.0.5