xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>React + jspm</title>
</head>
<body>
<script src="https://jspm.io/system@0.16.js"></script>
<script>
System.config({
baseURL: '.',
transpiler: 'babel',
babelOptions: {
optional: [
'runtime'
],
blacklist: []
},
paths: {
'*': '*.js'
}
});
System.import('main');
</script>
</body>
</html>
https://jspm.io/system@0.16.js