安装环境安装Vue前先安装node.js环境,直接到node.js官网下载自己系统对应版本的安装包安装。
使用npm安装Vue-cli,使用以下命令:
npm install vue-cli -g
使用以下命令查看是否安装成功:
vue -
2020-06-10