KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
es6
★ 10
Open GitHub ↗
ES6 Loader Plugin for RequireJS
Download README (.md)
Explore Similar Repositories
nanotech_mod
:
Nanotech_mod for mcnanotech.fr
corotwine
:
Corotwine is a coroutine-based API that uses Twisted as its event loop.
lua-resty-handlersocket
:
lua-resty-handlersocket
GCJ02_WGS84
:
No description available.
tent-request
:
A Javascript Tent client library.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
es6
?
Download (.md)
ES6 Plugin === Load ES6 modules using Traceur, using RequireJS plugin syntax: ```javascript define(['es6!some-module'], function(someModule) { ... }); ``` For language features, see the [Traceur documentation](https://code.google.com/p/traceur-compiler/wiki/LanguageFeatures). Installation --- Needs [AMD-Loader](https://github.com/guybedford/amd-loader) base plugin to work. This is automatically installed with Bower or Volo, otherwise it must be downloaded manually. ``` volo add guybedford/es6 ``` ``` bower install es6 ``` When using bower, add the paths (or map) configuration: ```javascript paths: { es6: 'es6/es6', 'amd-loader': 'amd-loader/amd-loader' } ```