WebPivotTable folllows new Web Component standard and it works very well with all kinds of javascript environments.
To integrate WebPivotTable, we only need to import two javascript files into web page like:
<script type="text/javascript" src="./dist/vendor.js"></script>
<script type="text/javascript" src="./dist/wpt.js"></script>
Then, we can put a "wpt-pivot-table" tag into page:
<body>
<div id="wpt-container">
<web-pivot-table />
</div>
</body>
