Package Exports
- @web-widget/container
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@web-widget/container) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WebWidget element
这是 WebWidget 容器元素。
安装
npm install @web-widget/container --save使用
<web-widget src="app.widget.js"></web-widget>import '@web-widget/container';运行示例
npm run examples