Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lisposter/gulp-docs-zh-cn

:book: gulp docs in Chinese
https://github.com/lisposter/gulp-docs-zh-cn

Last synced: 23 days ago
JSON representation

:book: gulp docs in Chinese

Awesome Lists containing this project

README

        

# [gulp](https://github.com/gulpjs/gulp) 简体中文文档

* [入门指南](getting-started.md) - 如何开始使用 gulp
* [API 文档](API.md) - 学习 gulp 的输入和输出方式
* [CLI 文档](CLI.md) - 学习如何执行任务(task)以及如何使用一些编译工具
* [编写插件](writing-a-plugin/README.md) - 所以,你已经在写一个 gulp 插件了么? 去这儿看一些基本文档,并了解下什么样的事情不应该做
* [英文文档][EnglishDocs] - gulp Elglish documentation.
* [西班牙语文档][SpanishDocs] - gulp en Español.
* [韩文文档][KoreanDocs] - gulp 한국어 참조 문서.

## 常见问题

常见问题,请查看 [FAQ](FAQ.md)。

## 秘籍

社区中对于常用的一些 gulp 应用场景已经有了一些现成的秘籍 [recipes](recipes#recipes)

## 还是有问题?

到 [StackOverflow](http://stackoverflow.com/questions/tagged/gulp) 发一个带有 #gulp 标签的问题,或者在 [Freenode](http://freenode.net/) 上的 [#gulpjs](http://webchat.freenode.net/?channels=gulpjs) IRC 频道寻求帮助。

## 书籍
* [Developing a gulp Edge](http://shop.oreilly.com/product/9781939902146.do)

## 文章(英文)
* [Tagtree intro to gulp video](http://tagtree.io/gulp)
* [Introduction to node.js streams](https://github.com/substack/stream-handbook)
* [Video introduction to node.js streams](http://www.youtube.com/watch?v=QgEuZ52OZtU)
* [Getting started with gulp (by @markgdyr)](http://markgoodyear.com/2014/01/getting-started-with-gulp/)
* [A cheatsheet for gulp](https://github.com/osscafe/gulp-cheatsheet)
* [Why you shouldn’t create a gulp plugin (or, how to stop worrying and learn to love existing node packages)](http://blog.overzealous.com/post/74121048393/why-you-shouldnt-create-a-gulp-plugin-or-how-to-stop)
* [Inspiration (slides) about why gulp was made](http://slid.es/contra/gulp)
* [Building With Gulp](http://www.smashingmagazine.com/2014/06/11/building-with-gulp/)
* [Gulp - The Basics (screencast)](https://www.youtube.com/watch?v=dwSLFai8ovQ)
* [Get started with gulp (video series)](http://www.youtube.com/playlist?list=PLRk95HPmOM6PN-G1xyKj9q6ap_dc9Yckm)
* [Optimize your web code with gulp](http://www.linuxuser.co.uk/tutorials/optimise-your-web-code-with-gulp-js)
* [Automate Your Tasks Easily with Gulp.js ](https://scotch.io/tutorials/automate-your-tasks-easily-with-gulp-js)

## 例子

- [Web Starter Kit gulpfile](https://github.com/google/web-starter-kit/blob/master/gulpfile.babel.js)

## License

All the documentation is covered by the CC0 license *(do whatever you want with it - public domain)*.

[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, [Fractal](http://wearefractal.com) has waived all copyright and related or neighboring rights to this work.

[EnglishDocs]: https://github.com/gulpjs/gulp/tree/master/docs
[SpanishDocs]: https://github.com/bucaran/gulp-docs-es
[KoreanDocs]: https://github.com/preco21/gulp-docs-ko