Table of Contents

Gulp Tasks

Install

Required

npm install -g gulp-cli

Example

// open a CMD window

// find the app port, like "8080", the result will show the app's pid
netstat -ano |findstr "port"

// kill the process according to the pid
taskkill /f /t /im "pid"

Problem

If you install gulp locally,but encounter the following problems, please try

//project dependent download
npm install gulp --no-fund