brew install nodejs
node -v #查看版本
sudo chmod -R 777 /usr/local/lib/node_modules/
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install webpack -g
cnpm install vue-cli -g
vue init webpack 项目名
原文:https://www.cnblogs.com/weiweivip666/p/14152239.html