腼腆钢笔

文章
7
资源
0
加入时间
4年2月16天

node常用包

1、npm install nodemon -g (实时监控。动态执行)2、npm install nrm -g (切换下载地址)使用:nrm ls nrm use taobao3、npm install gulp(依赖:npm install gulp-cli -g)使用:新建gulpfile.js执行任务:gulp “任务名称”gulp插件:1、html任务(gulp-html(压缩) gulp-file-include(公共文件抽取))2、css任务(gulp-csso(压缩)