https://github.com/moyus/gulp-starter
Gulp 4 入门教程项目示例
https://github.com/moyus/gulp-starter
gulp4
Last synced: 9 months ago
JSON representation
Gulp 4 入门教程项目示例
- Host: GitHub
- URL: https://github.com/moyus/gulp-starter
- Owner: moyus
- Created: 2017-02-19T13:38:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T15:02:24.000Z (over 9 years ago)
- Last Synced: 2025-01-20T01:44:49.745Z (over 1 year ago)
- Topics: gulp4
- Language: JavaScript
- Homepage: http://blog.liuxinyu.me/2016/12/14/a-complete-guide-to-gulp-4/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)