1、安装nodejs并选装cnpm; npm install cnpm -g --registry=https://registry.npm.taobao.org 2、全局安装gulp; cnpm install gulp -g 3、新建package.json文件;(第二次在项目中使用gulp时可 Read More
posted @ 2016-09-30 11:41 JohnYunhan Views(164) Comments(0) Diggs(0) Edit
1、安装:npm install -g rimraf(全局安装),如果安装了cnpm,也可使用cnpm install -g rimraf 命令 2、使用:先定位目标文件夹的父级目录,然后命令行输入rimraf ***(***为需要删除的文件夹名称) Read More
posted @ 2016-09-30 10:50 JohnYunhan Views(1171) Comments(0) Diggs(0) Edit