In an HTML file, add the following to your <head>:
<script type="module" src="https://flowvue.rad.gdn/dist/flow-vue.js"></script> Then somewhere in your <body>, add the following:
<div id="my-flow-vue"></div> This will append the flow-vue web component to this div as soon as the page loads.
See an example here