https://github.com/hauntedhost/gulp-es6-transpiler-plugin
Example gulpfile.js setup for using ES6 features via gulp-es6-transpiler plugin
https://github.com/hauntedhost/gulp-es6-transpiler-plugin
Last synced: 11 months ago
JSON representation
Example gulpfile.js setup for using ES6 features via gulp-es6-transpiler plugin
- Host: GitHub
- URL: https://github.com/hauntedhost/gulp-es6-transpiler-plugin
- Owner: hauntedhost
- Created: 2014-06-08T23:39:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T23:39:23.000Z (about 12 years ago)
- Last Synced: 2023-05-15T04:04:25.871Z (about 3 years ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### gulp.js example with es6-transpiler-plugin
```
npm install
gulp
open index.html
```