npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install webpack -g
npm install vue-cli -g
vue init webpack-simple 工程名字<工程名字不能用中文>
,vue init webpack 工程名字<工程名字不能用中文>
,九、Setup e2e tests with Nightwatch? 選Nvue
npm install
,不要使用cnpm install
安裝(會致使後面缺了不少依賴庫)cnpm install vue-resource --save
啓動項目 npm run dev
,啓動完畢後,在瀏覽器輸入http://localhost:8080
,就能看到初始界面了node