A project to understand the commonalities between libraries in regard to web components. Creating a webcomponent that can function and be interacted with across all libraries.
npm run start
HelloWorldCard
.Angular: http://localhost:4200/ React: http://localhost:3000/ Svelte: http://localhost:5000/ Vue: http://localhost:8080/
Create interactive content to ensure compatibility across FE frameworks.
Utils:
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.13/webcomponents-lite.js"></script>
Polyfill for Webcomponents