
建立在 Web 标准之上的下一代的 UI 组件库。( Next generation UI component library based on Web standards.)
Web Components are the next-generation UI component library built upon web standards, designed to simplify and enhance front-end development. This innovative concept offers a solution to the traditional challenges faced by developers who use frameworks like Vue or React, where maintaining separate component libraries for each framework can become burdensome. By utilizing native JavaScript, Web Components can be seamlessly integrated into any framework, ultimately promoting greater flexibility and reducing maintenance overhead.
With a growing community and increasing adoption, Web Components stand out as a promising approach for developers looking to create reusable, framework-agnostic components. Although the technology is still in its developmental stages, there are plenty of opportunities for enthusiasts to get involved in shaping its future and benefiting from its capabilities.

HTML templates are pre-designed and pre-built web pages that can be customized and used as a basis for building websites. They often include common elements such as headers, footers, menus, and content sections, and can be easily edited using HTML and CSS to fit specific branding and content needs.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Web components provide a way to create reusable, encapsulated UI components using standard web technologies such as HTML, CSS, and JavaScript. They allow developers to create complex UI components that can be easily shared across multiple projects and frameworks. Web components are built using four main specifications: Custom Elements, Shadow DOM, HTML Templates, and ES Modules.