https://github.com/voles/es2015-modules
Experiment with ES2015 modules
https://github.com/voles/es2015-modules
Last synced: 2 months ago
JSON representation
Experiment with ES2015 modules
- Host: GitHub
- URL: https://github.com/voles/es2015-modules
- Owner: Voles
- License: mit
- Created: 2015-07-09T14:20:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T09:25:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T09:11:12.213Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ES2015 Modules
Exploring the current options for deploying ECMAScript 2015 in current JavaScript environments.#### Building on the shoulders of giants
* [Deploying ECMAScript 6](http://www.2ality.com/2015/04/deploying-es6.html) — by Dr. Axel Rauschmayer