An open API service indexing awesome lists of open source software.

https://github.com/domfarolino/modular-javascript

Demonstrating different JavaScript module formats (CommonJS, AMD, ES2015) and how awesome webpack is
https://github.com/domfarolino/modular-javascript

amd commonjs javascript module-bundler webpack

Last synced: 2 months ago
JSON representation

Demonstrating different JavaScript module formats (CommonJS, AMD, ES2015) and how awesome webpack is

Awesome Lists containing this project

README

          

# modular-javascript

[![Dependency Status](https://david-dm.org/domfarolino/modular-javascript.svg)](https://david-dm.org/domfarolino/modular-javascript)

Demonstrating different JavaScript module formats (CommonJS, AMD, ES2015, etc)

The purpose of this repository is to demonstrate some of the differences between the main JavaScript module formats that exist today