paulpatarinski / javascript-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Modules explained by example

Folder Structure

  1. module-pattern
    • IFFY
  2. module-pattern+bundle
    • IFFY + concat
  3. es6
    • ES6 modules + concat + compile
  4. tools
    • Explores using different tools to make modules usable in the browser

Terms Glossary

About


Languages

Language:JavaScript 71.2%Language:HTML 28.8%