irustm / systemjs2-json-plugin

SystemJS2 JSON Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemJS 2 Json Plugin

Usage

<script src="systemjs/dist/system.js"></script>
<script src="dist/systemjs2-json-plugin.js"></script>
<script>
  System.import('/test/conf.json').then(res=>console.log(res));
</script>

TODO

  • Add tests

LICENSE

MIT

About

SystemJS2 JSON Plugin


Languages

Language:JavaScript 72.0%Language:HTML 28.0%