Skip to content

Instantly share code, notes, and snippets.

View takueof's full-sized avatar
🇯🇵
Be strict with yourself.

taku_eof / Taku WATABE / 渡部巧 takueof

🇯🇵
Be strict with yourself.
View GitHub Profile
@rauschma
rauschma / deploying_es6.md
Last active April 8, 2018 02:26
Options for deploying ES6 code

This is a rough overview of the options for deploying ES6 to current JavaScript environments. Not everything can be combined with everything:

  • Decide on a transpiler (for your code):
    • TypeScript
    • Traceur
    • 6to5
  • Decide on a package manager (for existing libraries):
    • npm
    • Bower
  • jspm