https://www.sitepoint.com/introduction-gulp-js/
参照这个例子做一遍,就会明白,中间会有个问题 npm install jshint
需要修正为
npm install --save-dev jshint gulp-jshint
这下通过 node 能成功编译,压缩js了。前端现在越来越高大上了,后端基本上框架搭好的话,没什么卵事做。
时间: 2024-10-11 17:40:45
https://www.sitepoint.com/introduction-gulp-js/
参照这个例子做一遍,就会明白,中间会有个问题 npm install jshint
需要修正为
npm install --save-dev jshint gulp-jshint
这下通过 node 能成功编译,压缩js了。前端现在越来越高大上了,后端基本上框架搭好的话,没什么卵事做。