RE: Vue.js实战笔记
nrm 是一个npm源管理器,允许你快速地在如下npm源间切换: npm install nrm -g nrm ls nrm use taobao //切换不同的镜像源 npm install cnpm -g //安装cnpm工具
RE: Vue.js实战笔记