摘要:
```
const gulp = require('gulp');
const less = require('gulp-less')
// 定义任务
gulp.task('helloGulp',function(){ console.log('hello gulp')
}) // 运行任务 gulp 任务名称
gulp.task('dest',function(){ gulp.src(... 阅读全文
posted @ 2019-03-21 23:44
曾志呀
阅读(87)
评论(0)
推荐(0)