web component polyfill

In this article, we'll look at reasons why you might want to create web components and how you can make your first one with nothing more than a basic knowledge of Vue. We'll learn together how to load the polyfills, how to write custom elements that leverage them correctly, and how to avoid known issues and pitfalls with the polyfills. If you have simple static hosting and need to build a single bundle for all browsers, you will be forced to transpile to ES5, which is not compatible with the native customElements implementation. Pre-built (concatenated & minified) versions of the polyfills are maintained in the tagged versionsof this repo. In our last post, we learned about the four web standards that let us write web components: