https://github.com/vuejs/vue-cli
安裝:
npm install -g vue-cli
生成項目:
vue init webpack-simple my_vue
運行
cd my_vue
npm install
npm run dev
npm太慢, 淘寶npm鏡像使用方法, 通過cnpm使用
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用 cnpm install