https://github.com/irustm/systemjs2-json-plugin
SystemJS2 JSON Plugin
https://github.com/irustm/systemjs2-json-plugin
Last synced: about 2 months ago
JSON representation
SystemJS2 JSON Plugin
- Host: GitHub
- URL: https://github.com/irustm/systemjs2-json-plugin
- Owner: irustm
- Created: 2018-09-16T23:12:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T23:14:16.000Z (over 6 years ago)
- Last Synced: 2025-03-26T13:06:26.198Z (2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SystemJS 2 Json Plugin
===## Usage
```html
System.import('/test/conf.json').then(res=>console.log(res));
```
## TODO
- Add tests
## LICENSE
MIT