awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

Awesome GitHub RepositoriesVue Components

User interface elements built using the Vue.js framework to synchronize view and data state.

Distinct from Component-Based Rendering: Specifically applies component-based rendering to Vue.js, whereas the parent is generic.

Explore 11 awesome GitHub repositories matching user interface & experience · Vue Components. Refine with filters or upvote what's useful.

Awesome Vue Components GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • effector/effectorAvatar von effector

    effector/effector

    4,837Auf GitHub ansehen↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Binds reactive stores to Vue component properties to ensure automatic view updates when data changes.

    TypeScriptbusiness-logiceffectorevent-driven
    Auf GitHub ansehen↗4,837
  • linhaojun857/auroraAvatar von linhaojun857

    linhaojun857/aurora

    4,643Auf GitHub ansehen↗

    Aurora ist eine selbstgehostete persönliche Blogging-Plattform und ein RESTful Content-Management-System. Es bietet ein dediziertes Administrations-Dashboard zum Veröffentlichen und Verwalten von Artikeln und nutzt ein Spring Boot-Backend sowie ein Vue.js-Frontend. Das System verwendet eine entkoppelte Client-Server-Architektur, um die Datenspeicherung von der Präsentationsschicht zu trennen. Dies ermöglicht es der reaktiven Weboberfläche, Blog-Artikel über eine REST-API bereitzustellen und zu durchsuchen. Die Plattform deckt den gesamten Content-Publishing-Workflow ab, einschließlich der Erstellung, Bearbeitung und Verteilung von Artikeln. Sie verwaltet persönliche schriftliche Inhalte durch integrierte Backend-Speicherung und ein komponentenbasiertes Frontend.

    Builds the user interface from reusable Vue.js isolated blocks that synchronize with the data state.

    Javaaxiosblogdocker
    Auf GitHub ansehen↗4,643
  • vuejs/composition-apiAvatar von vuejs

    vuejs/composition-api

    4,184Auf GitHub ansehen↗

    Dieses Projekt ist ein Reaktivitäts-Plugin, das die Composition API und das reaktive State-Management von Vue 3 in Vue 2-Anwendungen bringt. Es dient als Organisator für Komponentenlogik und als System zur Kapselung von reaktivem State und Funktionen in wiederverwendbare Utilities. Das Plugin ermöglicht die Nutzung von Composable-Funktionen, um zustandsbehaftete Logik über Komponenten hinweg zu teilen, ohne auf Mixins angewiesen zu sein. Es bietet eine Struktur auf Basis einfacher Variablen und Funktionen, um automatische Typinferenz und Editor-Autocomplete zu erleichtern. Zusätzlich enthält es ein Provider-basiertes Dependency-Injection-System, um Daten und Funktionen über einen Komponentenbaum hinweg bereitzustellen. Das System deckt die Verwaltung von reaktivem State, Computed Properties und Watchern ab, sowie die Möglichkeit, in Komponenten-Lifecycles einzugreifen. Es erlaubt die Integration von zustandsbehafteten Bibliotheken Dritter in das native Reaktivitätssystem und unterstützt das Prefetching von Daten auf dem Server. Das Projekt ist in TypeScript geschrieben.

    Provides a system to group related functions and state by logical concern within Vue 2 components.

    TypeScript
    Auf GitHub ansehen↗4,184
  • linusborg/portal-vueAvatar von LinusBorg

    LinusBorg/portal-vue

    3,888Auf GitHub ansehen↗

    Portal-vue is a library for rendering Vue component content into arbitrary DOM elements outside their original parent-child hierarchy. It functions as a DOM teleportation tool and cross-component content injector, allowing developers to decouple a component's logical position in the application tree from its physical location in the document. The tool specifically enables the injection of dynamic interface elements, such as modals and tooltips, into root-level containers. This mechanism allows visual templates to bypass CSS nesting and layout constraints by separating the visual location from

    Moves component content to different document locations to bypass parent layout constraints while preserving state.

    Vueportalvuejs
    Auf GitHub ansehen↗3,888
  • codennnn/vue-color-avatarAvatar von Codennnn

    Codennnn/vue-color-avatar

    3,753Auf GitHub ansehen↗

    vue-color-avatar is a Vue-based tool for generating scalable vector profile images. It functions as a client-side image generator that produces visuals directly in the browser without the need for a backend processing server. The project provides a visual interface for assembling personalized avatars by combining different graphic components. It also includes a batch generator capable of producing multiple randomized profile images simultaneously by mapping seeds to visual attributes. The system utilizes reactive UI components to synchronize avatar previews with customization controls and em

    Provides customizable avatar generation as a set of reactive Vue components.

    Vueavataravatar-generatoravatar-maker
    Auf GitHub ansehen↗3,753
  • nuxt/contentAvatar von nuxt

    nuxt/content

    3,642Auf GitHub ansehen↗

    Content ist eine dateibasierte Content-Management-Engine, die Markdown- und JSON-Dateien in strukturierte Daten für die Verwendung innerhalb von Webanwendungen transformiert. Sie fungiert als statische Site-Content-Engine, die lokale Dateisysteme in abfragbare Sammlungen parst und gleichzeitig eine Bibliothek für die Integration interaktiver Komponenten direkt in Textdokumente bereitstellt. Das Framework zeichnet sich dadurch aus, dass es die lokale Dateihierarchie als primäre Quelle der Wahrheit für Anwendungs-Routing und Navigation behandelt. Es ermöglicht Entwicklern, dynamische UI-Elemente direkt in Textdateien einzubetten, und bietet ein visuelles Interface für die Bearbeitung von Inhalten und Metadaten basierend auf vordefinierten Schemata. Dieser Ansatz ermöglicht die Erstellung reichhaltiger, interaktiver Dokumentationen und inhaltsgetriebener Websites, bei denen die Struktur des Repositories die Site-Architektur diktiert. Über die Kernverwaltung hinaus enthält das System Funktionen für Volltext-Suchindizierung, automatisiertes Code-Syntax-Highlighting und die Generierung von Content-Auszügen. Es unterstützt typsichere Datenabfrage durch ein flüssiges Query-Interface, wodurch sichergestellt wird, dass Inhaltssammlungen während der Entwicklung und Produktion konsistent bleiben und gegen definierte Schemata validiert werden.

    Enables embedding interactive UI components directly into text files to create rich, dynamic documentation.

    TypeScriptcmsgit-cmsmarkdown
    Auf GitHub ansehen↗3,642
  • mdx-editor/editorAvatar von mdx-editor

    mdx-editor/editor

    3,547Auf GitHub ansehen↗

    This project is a React-based rich text editor designed for authoring and managing markdown documents through a visual interface. It functions as a modular framework that renders markdown in real-time, allowing users to create structured content without manual syntax entry. The editor is built on a plugin-based architecture that enables developers to extend functionality while maintaining minimal application bundle sizes. It provides a comprehensive command interface for programmatic content manipulation and utilizes reactive state management to ensure the visual editing surface remains synch

    Integrates custom interactive elements into the document structure by mapping specialized properties to isolated, configurable UI components.

    TypeScripteditorlexicalmarkdown
    Auf GitHub ansehen↗3,547
  • motiondivision/motion-vueAvatar von motiondivision

    motiondivision/motion-vue

    2,185Auf GitHub ansehen↗

    Motion-vue is a declarative animation library for Vue that provides a framework for building fluid, high-performance user interface motion. It enables developers to define complex animation states and transitions using code-based variants and spring-driven physics, ensuring that visual updates remain synchronized with component lifecycles and application state. The library distinguishes itself through a layout projection engine that tracks element coordinates to animate transitions between layout states, and a gesture-driven input pipeline that maps pointer and scroll interactions to animatio

    Provides user interface elements built using the Vue.js framework to synchronize view and data state.

    TypeScriptanimationframer-motionmotion
    Auf GitHub ansehen↗2,185
  • xaksis/vue-good-tableAvatar von xaksis

    xaksis/vue-good-table

    2,176Auf GitHub ansehen↗

    This project is a feature-rich data grid component designed for Vue applications. It provides a flexible interface for rendering, managing, and manipulating structured information, offering built-in support for essential tabular operations such as sorting, filtering, pagination, and row selection. The library distinguishes itself through its highly extensible architecture, which allows developers to override default rendering for cells, headers, and pagination controls using scoped slots. It supports complex data workflows by enabling hierarchical organization through collapsible row grouping

    Provides a reusable interface element for displaying and manipulating tabular data within applications built using the Vue framework.

    Vuedatatableplugintable
    Auf GitHub ansehen↗2,176
  • styled-components/vue-styled-componentsAvatar von styled-components

    styled-components/vue-styled-components

    1,379Auf GitHub ansehen↗

    This project is a styling library for Vue that enables component-based design by attaching CSS rules directly to HTML tags or component constructors. It utilizes tagged template literals to encapsulate design logic within JavaScript, allowing developers to define, extend, and manage styles directly alongside component code. The library distinguishes itself through a dynamic style injection engine that evaluates functions against component properties at runtime, ensuring visual output updates in response to data changes. It supports polymorphic rendering, which allows the underlying HTML eleme

    Enables building reusable Vue components with tightly coupled CSS rules for consistent design patterns.

    JavaScriptcsscss-in-jsvue
    Auf GitHub ansehen↗1,379
  • code-farmer-i/vue-markdown-editorAvatar von code-farmer-i

    code-farmer-i/vue-markdown-editor

    1,270Auf GitHub ansehen↗

    This project is a web-based markdown editing component designed for integration into Vue applications. It provides a text input interface for creating and modifying markdown content, featuring real-time rendering and a live preview that transforms source text into formatted HTML. The editor is built on a modular framework that supports custom plugins and visual themes, allowing developers to extend core functionality and align the workspace appearance with host application designs. It utilizes a standardized hook architecture to enable these extensions, ensuring that the editing environment c

    Embeds markdown editing and previewing capabilities directly into Vue applications as reusable components.

    JavaScripteditormarkdownvue
    Auf GitHub ansehen↗1,270
  1. Home
  2. User Interface & Experience
  3. Node-Based UI Components
  4. Component-Based UI Integrations
  5. Component-Based Rendering
  6. Vue Components

Unter-Tags erkunden

  • Component EmbeddingsMechanisms for injecting interactive UI components directly into text-based documents. **Distinct from Vue Components:** Distinct from Vue Components: focuses on the integration of components into Markdown/text files rather than general UI component usage.
  • DOM Management UtilitiesTools for managing DOM elements that exist outside the standard parent-child structure of an application. **Distinct from Vue Components:** Distinct from Vue Components: focuses on the DOM management utility aspect rather than the component definition itself.
  • Decoupled ArchitecturesArchitectural patterns for Vue components that separate logical placement from physical DOM rendering. **Distinct from Vue Components:** Distinct from Vue Components: focuses on the architectural pattern of decoupling rather than the general creation of components.
  • Logic OrganizersTools for structuring component logic by functional concern rather than framework-defined option blocks. **Distinct from Vue Components:** Focuses on the internal organization of logic within a component rather than just the component's existence as a UI element.
  • Teleportation UtilitiesTools for moving component content to different document locations to bypass parent layout constraints. **Distinct from Vue Components:** Distinct from Vue Components: focuses specifically on the teleportation capability rather than general component-based rendering.