https://github.com/dleitee/gulp-es6
Using gulp with es6
https://github.com/dleitee/gulp-es6
Last synced: about 1 year ago
JSON representation
Using gulp with es6
- Host: GitHub
- URL: https://github.com/dleitee/gulp-es6
- Owner: dleitee
- Created: 2015-09-21T17:35:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T16:25:56.000Z (about 8 years ago)
- Last Synced: 2025-02-28T07:51:24.815Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-es6
Example gulp with ES6 presented in the article [gulp + ES6= ❤](https://medium.com/@dleitee/gulp-es2015-b2070a723367)
*(pt-BR)*.
##Using ES5:

##Using ES6:

##Running Locally
Clone this repository to your local machine.
```
$ git clone https://github.com/dleitee/gulp-es6.git
$ cd gulp-es6
```
Install the package dependencies.
```
$ npm install
```
Running gulpfile.
```
$ gulp
```