gulpfile.js 是Gulp 專屬的配置檔案,所有的Task 任務都是在這邊編寫完成. const gulp = require('gulp'); gulp.task('default', () => { console.log("hello gulp ...
確定! 回上一頁