System.js File

Home

home

Run jspm install to use this example

To use on your page


		<div id="anchor-search"> </div>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.min.js"></script>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"></script>
		<script src="globals.js"></script>

		<script src="jspm_packages/system.js"></script>
		<script src="config.js"></script>
		<script>
		System.set('react', System.newModule({
			"default": window.React
		}));
		System.set('react-dom', System.newModule({
			"default": window.ReactDom
		}));
		System.set('jquery', System.newModule({
			"default": window.JQuery
		}));
		System.set('_', System.newModule({
			"default": window.lodash
		}));
		System.import('entry').catch(function(e){setTimeout(function(){throw e;});});
		</script>
	

This is a System.js normal build with babel. It includes React, react-dom, jquery, lodash and all dependencies through import.

For old school javascript pages use the inclusive System.js build or the example with Global libs.

Browserify Build

For browserify builds checkout the example browserified build or the example with global libs.

System.js

dev System.js build

System.js inclusive file

inclusive System.js build

System.js using global dependencies

global libs.

Broserified inclusive file

inclusive browserify build

Browserified using global dependencies

global libs.


 


 


 

scroll down to test jump


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 

End