Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoyongfeng/gulp-es6
gulp-es6
https://github.com/guoyongfeng/gulp-es6
Last synced: 1 day ago
JSON representation
gulp-es6
- Host: GitHub
- URL: https://github.com/guoyongfeng/gulp-es6
- Owner: GuoYongfeng
- License: mit
- Created: 2015-12-06T13:11:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T06:46:00.000Z (almost 9 years ago)
- Last Synced: 2024-05-28T00:29:58.377Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gulp + ES6工作流示例
## 安装依赖项目包
```
npm install
```## 启动
```
gulp# 执行后在浏览器中查看
```