1.0.9 • Published 10 years ago

automagic-systemjs-client v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

#Usage Remember the automagic server needs to be running

##4. Install jspm install npm:automagic-systemjs-client

##5. Load systemjs + configuration

<head>
	<script src="jspm_packages/system.js" type="text/javascript"></script>
	<script src="systemjs-config.js"></script>
	<script>
		System.trace = true;
	</script> 
</head>

##6. Connect to the server

import automagic from 'automagic-systemjs-client';
automagic.baseUri = 'js/';
automagic.port = 3912;
automagic.init();

automagic!

It's all setup, happy coding!

###automagic ####baseUri the base path that files are served from e.g. http://myawesomeapp.com/{automagic.baseUri}/bootstrap.js

defaults js/

####port port to connect to. must match the server port

defaults 3912

1.0.9

10 years ago

1.0.8

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago