一、vue:如何新建一個vue項目
阿新 • • 發佈:2017-08-05
coo run .html res ref mef axios python https 比較好用的一個腳手架:https://a1029563229.gitbooks.io/vue/content/cooking-cli.html
創建一個vue項目的流程:
1、安裝node,版本號必須是3.0.0以上
2、python 2.7.*
3、安裝淘寶鏡像:npm install -g cnpm --registry=https://registry.npm.taobao.org
4、cnpm i cooking-cli -g //npm install -g vue-cli
5、 cooking create XXXX(項目名)
6、cd XXXX(項目名)
7、npm i
8、cooking watch -p
9、npm install vue-router --save
10、 npm i vuex --save
11、npm install animate.css --save
12、npm install vue-axios --save
13、npm install reset.css --save
14、cnpm run dev(開始運行項目)
//webpack搭建vue開發環境
https://github.com/ElemeFE/cooking
一、vue:如何新建一個vue項目