WebWidget system loader
npm install @web-sandbox.js/system-loader这是 WebWidget 的 system 格式插件。
``bash`
npm install @web-sandbox.js/system-loader --save
`html`
`js`
import 'systemjs/s.js';
import '@web-sandbox.js/web-widget';
import '@web-sandbox.js/system-loader';
`bash``
npm run examples