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
- Host: GitHub
- URL: https://github.com/domfarolino/modular-javascript
- Owner: domfarolino
- Created: 2016-10-13T18:39:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T06:36:34.000Z (over 9 years ago)
- Last Synced: 2025-03-25T03:54:07.237Z (over 1 year ago)
- Topics: amd, commonjs, javascript, module-bundler, webpack
- Language: JavaScript
- Homepage:
- Size: 542 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modular-javascript
[](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