Single File Web Components...maybe
If you use Vue’s Single File Components and Web Components, then chances are you have wished Web Components could be packaged like those sweet sweet .vue files:
<template></template>
<script></script>
<style scoped></style>
The web platform doesn't ...
jordanbrennan.hashnode.dev7 min read