終端輸入:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
。開始安裝,中間可能要輸入電腦密碼,耐心等待事後出現下圖表示安裝成功。可經過brew -v 查看版本。html
終端輸入:brew install nodejs
或者直接官網手動安裝。 node -v 查看 nodejs版本vue
注:網上說使用終端安裝會須要nodejs模塊安裝目錄的權限,運行:sudo chmod -R 777 /usr/local/lib/node_modules/node
終端輸入:npm install -g cnpm --registry=https://registry.npm.taobao.org 配置鏡像加速:npm config set registry https://registry.npm.taobao.org
cnpm install webpack -g
sudo npm install -g vue-cli
輸入vue或者vue list,可vue是否安裝成功。webpack
vue list
vue init webpack hello
npm install
npm run dev。關閉請按ctrl+c。
npm run build