//全局安装

npm install -g @vue/cli 


//安装UI

npm i @vue/cli -g  {使用淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org}


//启动

vue ui