Skip to content

Module formats: IIFE, CommonJS, AMD, UMD, ES6

License

Notifications You must be signed in to change notification settings

Enrainn/js-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-modules

Simple demos for JavaScript modules:

  • IIFE - standard, auto-embed, Ajax
  • CommonJS for frontend with Browserify
  • AMD with RequireJS
  • UMD AMD, CommonJS, IIFE
  • ES6 with Rollup.js and Webpack 2, using import and System.import()

These demos have been developed for a tutorial in c't Magazin, to be published in early 2017.

About

Module formats: IIFE, CommonJS, AMD, UMD, ES6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 21.6%
  • Batchfile 0.4%