Examples of ES6 module loading.
For more information see the accompanying blog post at http://blog.29ways.co.uk/ecmascript-2015-the-basics-of-module-loading/
Run examples from the build folder
Eg
git clone git@github.com:adamphillips/es6-module-loading-examples.git
cd es6-module-loading-examples/build
node ./single-import.js
Node version: 0.12.7
Transpiler: Babel 5.8.21 (babel-core 5.8.22)