Thanks to visit codestin.com
Credit goes to github.com

Skip to content

irustm/systemjs2-json-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published