Skip to content

themindfuldev/js-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-modules

Examples of JavaScript Modules in different strategies.

ad-hoc

This folder exemplifies ad-hoc modules.

See it live: http://tiagorg.github.io/js-modules/ad-hoc/index.html

amd

This folder exemplifies AMD modules through Require.js.

See it live: http://tiagorg.github.io/js-modules/amd/index.html

commonjs

This folder exemplifies Common.js modules through Browserify.

See it live: http://tiagorg.github.io/js-modules/commonjs/index.html

es6

This folder exemplifies ES6 modules transpiled to Common.js through Browserify and Babel.

See it live: http://tiagorg.github.io/js-modules/es6/index.html

About

Examples of JavaScript Modules in different strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published