diff --git a/README.md b/README.md index 834080b..25d4fdc 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ ```shell npm install yargs gulp gulp-if gulp-concat webpack webpack-stream vinyl-named gulp-livereload gulp-plumber gulp-rename gulp-uglify gulp-util express cookie-parser morgan serve-favicon mockjs ejs --save-dev ``` + +###监控和开发 +```shell +gulp --watch +``` + +###默认服务器端口 +localhost:3000 \ No newline at end of file