npm install
npm run serve
npm run build
- Transpile the project to javascript by running
npm run build
- Copy the files from your
dist
folder to your webserver - Create a div with id=app in your client.php
- Import the javascript and css files into your client.php
- Call the function
window.startYTOverlay(sso?: string, wsUrl?: string)
if you want to use a WebSocket connection rather than the FlashExternalInterface for communication.