📜  使用 gulp - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:49.134000             🧑  作者: Mango

代码示例3
npm init // create the package.json file
npm install -g gulp //If you haven't installed gulp globally before
npm install --save-dev gulp // --save-dev dependancy package.json
npm install --save-dev gulp-sass
npm install --save-dev gulp-print
your commands > gulpfile.js
gulp command