Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesterxl/system-webpack-jspm-preso
Presentation about SystemJS, WebPack, and JSPM
https://github.com/jesterxl/system-webpack-jspm-preso
Last synced: 1 day ago
JSON representation
Presentation about SystemJS, WebPack, and JSPM
- Host: GitHub
- URL: https://github.com/jesterxl/system-webpack-jspm-preso
- Owner: JesterXL
- License: mit
- Created: 2015-11-04T04:45:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T05:02:38.000Z (about 9 years ago)
- Last Synced: 2023-03-12T07:48:04.091Z (over 1 year ago)
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Module Systems in JavaScript
My slidedeck for [SystemJS](https://github.com/systemjs/systemjs), [Webpack](https://webpack.github.io/), and [JSPM](http://jspm.io/) Overview presentation that I gave at the [RVA.js](http://rvajs.com/) Richmond, Virginia JavaScript user group.
You can also [see the slides online](http://www.slideshare.net/jesterxl/system-webpackjspm).
[![Slide Link](slide-preview.png)](http://www.slideshare.net/jesterxl/system-webpackjspm)
# Resources
- [RequireJS](http://requirejs.org/)
- [Browserify](https://github.com/substack/browserify-handbook)
- [Webpack](https://webpack.github.io/)
- [ES6 Module Loader](https://github.com/ModuleLoader/es6-module-loader)
- [SystemJS](https://github.com/systemjs/systemjs)
- [JSPM](http://jspm.io/)
- [ES6 Modules Chapter](http://exploringjs.com/es6/ch_modules.html)