Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 360 Bytes

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.