[Vue]Mac 安装vue
安装nodejs
$ brew install nodejs
$ node -v
v12.15.0
安装淘宝镜像
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
安装webpack
$ cnpm install webpack -g
安装vue-cli
$ cnpm install -g @vue/cli
$ vue --version
@vue/cli 4.2.3