📜  安装 gulp - Shell-Bash 代码示例

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

代码示例4
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