Vue2.0+Vue-router2.0+Vuex2.0搭建搭建环境
一、安装 nodejs
使用node -v查看是否有安装
安装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
安装webpack
cnpm install webpack -g
安装vue脚手架
npm install vue-cli -g
创建webpack项目
原创
2017-07-27 15:03:26 ·
1278 阅读 ·
0 评论