1 Repo
Mechanisms for packaging custom elements into distributable formats with automated dependency loading.
Distinct from Distribution and Packaging: Shortlist candidates focus on OS-level packaging or generic software distribution, not web component module distribution.
Explore 1 awesome GitHub repository matching web development · Web Component Distribution. Refine with filters or upvote what's useful.
This project is a web component tooling system used to compile TypeScript and JSX into standard-compliant custom elements. It enables the development of framework-agnostic components that function across different browsers and frontend environments. The toolset focuses on cross-framework UI distribution, allowing a single library of components to be used in React, Angular, Vue, or plain HTML. It includes capabilities for enterprise design system engineering and generates specific wrapper code to ensure components behave as native elements within various frameworks. The system covers server-s
Packages components into a distributable format with automated dependency loading and export behaviors.