3 Repos
JavaScript libraries for loading and managing the lifecycle of autonomous web applications.
Distinct from JavaScript Utility Libraries: Focuses on the library identity for micro-frontend orchestration rather than general utility libraries.
Explore 3 awesome GitHub repositories matching web development · Micro-Frontend Libraries. Refine with filters or upvote what's useful.
vue-pure-admin is a comprehensive Vue 3 admin dashboard template and TypeScript boilerplate designed for building enterprise web applications. It provides a Vite-based frontend scaffold that incorporates a role-based access control system and a micro-frontend architecture for dividing large administrative applications into smaller, independently deployable units. The project features an advanced permission management framework that handles route protection, menu access filtering, and component-level visibility control. It includes specialized support for multi-tenant system administration, al
Provides the architectural support to divide the application into smaller, independently deployable units.
Qiankun is a micro-frontend orchestration framework designed to compose multiple independent web applications into a single, unified interface. It functions as a JavaScript library that manages the lifecycle of autonomous applications, allowing them to coexist within a shared browser environment while maintaining their independence. The framework enables cross-framework integration, allowing developers to combine applications built with different technologies into one cohesive system. It provides a runtime sandbox that isolates global variables and prevents style conflicts between application
Provides a solution for loading and managing the lifecycle of autonomous web applications.
Util ist ein umfassendes Entwicklungsframework für .NET, das darauf ausgelegt ist, geschichtete Architekturen und Domain-Driven-Design zu implementieren. Es bietet ein Toolkit aus Basisklassen und Tools für den Aufbau von Full-Stack-Anwendungen, wobei der Fokus insbesondere auf der Erstellung von Backend-Admin-Frameworks und Verwaltungsoberflächen liegt. Das Projekt zeichnet sich durch einen Boilerplate-Generator aus, der die notwendigen Typen und Klassen produziert, um repetitive Architekturmuster zu standardisieren. Es enthält zudem einen Micro-Frontend-Orchestrator, der die Aufteilung großer Frontend-Module in unabhängige Projekte für separate Entwicklung und Bereitstellung ermöglicht. Das Framework deckt eine breite Palette an Funktionsbereichen ab, einschließlich Identitäts- und Zugriffsmanagement mit rollenbasierter Steuerung, Multi-Tenant-Datenisolierung und automatisierter Abhängigkeitsregistrierung. Es bietet zudem Utilities für Datenänderungsaudits, Inhaltslokalisierung, Objektspeicherintegration und die Generierung von CRUD-Schnittstellen. Das System unterstützt die Erstellung von Admin-Oberflächen mittels vorintegrierter UI-Komponenten und serverseitigem Rendering via Razor-TagHelpers.
Enables splitting the frontend into independent modules that can be developed and deployed separately via module federation.