An open API service indexing awesome lists of open source software.

https://github.com/moyus/gulp-starter

Gulp 4 入门教程项目示例
https://github.com/moyus/gulp-starter

gulp4

Last synced: 9 months ago
JSON representation

Gulp 4 入门教程项目示例

Awesome Lists containing this project

README

          

# gulp-starter
Gulp 4 入门教程项目示例
[http://blog.liuxinyu.me/2016/12/14/a-complete-guide-to-gulp-4/](http://blog.liuxinyu.me/2016/12/14/a-complete-guide-to-gulp-4/)

## 安装
克隆或者下载此项目,然后进入项目根目录执行命令安装依赖包:

```sh
npm install
```

安装完毕后, 执行如下命令启动本地开发模式:

```sh
gulp
```

## FAQ
运行此项目前,你必须先要全局重新安装了了Gulp 4 CLI, 具体方法请参考[教程](http://blog.liuxinyu.me/2016/12/14/a-complete-guide-to-gulp-4/)