Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/es6-funcrendering
"Functional rendering" demo for ES6 talk
https://github.com/mrspeaker/es6-funcrendering
Last synced: 14 days ago
JSON representation
"Functional rendering" demo for ES6 talk
- Host: GitHub
- URL: https://github.com/mrspeaker/es6-funcrendering
- Owner: mrspeaker
- Created: 2014-05-15T01:19:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T23:15:19.000Z (over 10 years ago)
- Last Synced: 2024-10-10T22:49:00.276Z (about 1 month ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 Talk
Pretty flaky with es-module-transpiler and es-transpiler together, but that's livin' on the edge.
Uses `gulp` to run es6-transpiler to turn ES6 code into ES5 code.
npm install --save-dev gulp
npm install --save-dev gulp-util
npm install --save-dev gulp-es6-transpiler
npm install --save-dev gulp-es6-module-transpiler