STEP 1: import wpt.js in head
In the head of your web page html file, import wpt.js from our CDN:
<head>
<script type="text/javascript" src="https://webpivottable.com/releases/latest/dist/wpt.js" ></script>
</head>
<body>
<div style="width: 600px; height:480px;">
<web-pivot-table />
</div>
</body>
That's all. Now open your web page. A fully functional WebPivotTable has been embedded into your page.
You can watch this on Quick Start Demo
If you need deep integration, please see our Integration Guide