awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vuejs avatar

vuejs/vue

0
View on GitHub↗
209,900 estrellas·33,702 forks·TypeScript·MIT·30 vistasv2.vuejs.org↗

Vue

Vue es un framework de JavaScript progresivo basado en componentes diseñado para construir interfaces de usuario reactivas y aplicaciones de una sola página. Se centra en un sistema de plantillas declarativo que transforma HTML en funciones de renderizado eficientes, permitiendo a los desarrolladores organizar interfaces complejas en unidades aisladas y reutilizables que se sincronizan automáticamente con el estado de la aplicación.

El framework se distingue por un sistema de reactividad de seguimiento de dependencias que monitorea el acceso a los datos durante el renderizado para activar actualizaciones precisas. Proporciona una arquitectura flexible que admite tanto la adopción incremental como una biblioteca ligera como el desarrollo de aplicaciones a gran escala. Los desarrolladores pueden aprovechar un modelo de extensibilidad basado en plugins robusto para inyectar lógica global, mientras que la reconciliación del DOM virtual del framework asegura actualizaciones de interfaz eficientes calculando mutaciones mínimas.

Más allá de sus capacidades de renderizado principales, el proyecto incluye un conjunto completo de herramientas para gestionar el estado de la aplicación, enrutamiento basado en URL y renderizado del lado del servidor. Ofrece un amplio soporte para la composición de componentes, distribución de contenido y gestión de animaciones, junto con medidas de seguridad integradas como el escape automático de contenido para prevenir vulnerabilidades comunes.

El framework se distribuye con declaraciones de tipo oficiales para admitir el análisis estático y puede instalarse a través de gestores de paquetes estándar o integrarse directamente en entornos de navegador a través de etiquetas de script.

Features

  • Web Application Frameworks - Provides a comprehensive component-based framework for building reactive web interfaces and single-page applications.
  • Single Page Applications - Manages client-side navigation and view transitions for seamless single-page application experiences.
  • Component Data Passing - Enables passing dynamic data from parent to child components using custom attributes.
  • Component-Based UI Frameworks - Ships a progressive, component-based architecture for building reactive user interfaces and single-page applications.
  • Declarative UI Libraries - Implements a declarative template system that transforms HTML into efficient render functions for interface building.
  • Declarative Rendering Frameworks - Links application state to the document so that data changes automatically update the interface.
  • Two-Way Data Bindings - Synchronizes UI input elements with application state models automatically.
  • Reactive State Management - Implements a dependency-tracking reactivity system that automatically synchronizes application state with the user interface.
  • Reactivity Systems - Synchronizes application state with the DOM through a declarative, dependency-tracking reactivity system.
  • Component-Based Architectures - Organizes user interfaces into isolated, reusable units that encapsulate their own logic, styles, and template structure.
  • Single File Components - Bundles component logic, templates, and styles into a single file to maintain strict separation of concerns.
  • Reactive Data Binding - Tracks data property changes to automatically synchronize the user interface.
  • Component Composition Primitives - Organizes complex interfaces into a tree of small, reusable, and self-contained units.
  • Reusable UI Components - Allows defining isolated, reusable UI instances that maintain consistent behavior across the application.
  • Automatic Dependency Tracking - Tracks data access during render to automatically trigger precise UI updates when specific state dependencies change.
  • Virtual DOM Rendering Engines - Uses a virtual DOM reconciliation process to update the interface with minimal performance overhead.
  • Reactive Directives - Attaches special attributes to DOM elements to trigger reactive side effects.
  • Server-Side Rendering - Generates initial HTML content on the server to improve page load performance and search engine visibility.
  • Server-Side Rendering - Generates initial HTML on the server to enhance performance and search engine visibility.
  • Static Site Generators - Compiles component-based pages into static HTML files during the build process for optimized hosting.
  • Application State Management - Centralizes and synchronizes data across complex application components to ensure consistent state updates.
  • Component Debugging Tools - Offers real-time inspection of component hierarchies and state updates to streamline the debugging process.
  • Type Definitions - Distributes official type declarations to enable accurate static analysis and editor autocompletion.
  • Centralized State Containers - Manages shared data in a single source of truth to ensure consistent updates across multiple components.
  • Reactive State Management - Initializes component state with required properties at creation for proper reactivity tracking.
  • Element Transitioning Mechanisms - Applies CSS or JavaScript transitions automatically when elements are inserted, updated, or removed from the DOM.
  • Component Props Management - Enables unidirectional data flow by passing properties from parent to child components.
  • Module-Based Management - Vue.js integrates components into the local scope by importing them from separate files and registering them locally.
  • One-Way Data Bindings - Enforces unidirectional data flow from parent to child to ensure predictable state updates.
  • Conditional Rendering Directives - Controls element visibility based on the truthiness of expressions.
  • Content Distribution Slots - Injects dynamic content into predefined placeholders within component templates to enable flexible layouts.
  • Event Listeners - Binds custom logic to standard DOM events using declarative directives.
  • Form Data Binding - Synchronizes form element values with application state automatically using two-way data binding.
  • Escaping Utilities - Automatically escapes dynamic text content to prevent malicious script injection.
  • List Rendering - Iterates over arrays or objects to generate multiple DOM elements based on the provided source data.
  • Reactive List Updates - Updates the user interface automatically when array mutation methods are applied to data.
  • Data Interpolation - Uses curly brace syntax for reactive data interpolation that automatically updates the interface when state changes.
  • HTML Attribute Bindings - Connects element attributes to reactive data properties for dynamic configuration.
  • HTML Attribute Bindings - Sanitizes dynamic attribute values to prevent injection attacks during rendering.
  • Custom Directives - Extends element behavior by creating reusable hooks that execute logic during the lifecycle of a DOM element.
  • Dynamic List Rendering - Generates repeated interface elements by iterating over data collections and updating the view automatically.
  • Render Functions - Constructs component interfaces programmatically using JavaScript functions for full rendering control.
  • Virtual DOM Reconciliation - Calculates the minimal set of DOM mutations by comparing a lightweight tree representation against the previous render state.
  • Frontend Frameworks - A progressive library for building web interfaces.
  • MVC Frameworks - Progressive framework for building user interfaces.
  • Sponsored Projects - Supported by community donations via a crowdfunding campaign.
  • Web Frameworks - Core library for building user interfaces.
  • Web Frameworks and Runtimes - Progressive framework for building user interfaces.
  • Component Type Definitions - Ensures type safety for component properties and events through integrated type definitions.
  • Application Plugins - Exposes an installation interface for injecting global logic and custom functionality via plugins.
  • Global Component Registration - Makes components available for use in any template by registering them before the root instance initializes.
  • Component Communication - Facilitates data exchange and event signaling between components using centralized state or event hubs.
  • Component Prop Validation - Enforces strict structure and validation logic on component input properties using type definitions.
  • Asynchronous Component Loaders - Fetches component definitions from the server only when required to reduce initial bundle size.
  • Dynamic Class Management - Applies or removes CSS classes based on the truthiness of data properties or computed values.
  • Keyed Reconciliation Systems - Uses unique identifiers for rendered items to track node identity and optimize DOM reordering.
  • Expression Evaluators - Executes inline JavaScript expressions within templates for dynamic data manipulation.
  • Conditional Visibility Toggling - Adds or removes elements from the document based on the evaluation of conditional logic.
  • Component Lifecycle Hooks - Executes custom logic at specific stages of a component's existence, such as creation or mounting.
  • Component Logic Patterns - Groups component logic into reusable functions using a reactive system for state tracking.
  • Reactive State Managers - Provides specialized tools for observing reactive state changes in real time during development.
  • State-Driven Style Bindings - Links CSS values directly to component state so that styles update automatically when data changes.
  • Inline Style Bindings - Applies CSS styles to elements using JavaScript objects with automatic vendor prefixing.
  • Automatic Dependency Tracking - Monitors property access during rendering to automatically trigger re-renders when specific data dependencies are modified.
  • Computed Properties - Encapsulates complex logic into declarative properties that automatically update when reactive dependencies change.
  • Animation Transition Components - Wraps elements in transition components to animate their entry and exit from the DOM.
  • Component Composition - Passes HTML or other components into child components to be rendered at designated distribution outlets.
  • Root Initializations - Creates a root application instance using an options object to organize nested components.
  • Nested Routing - Organizes complex application structures through hierarchical route definitions for nested navigation.
  • URL Routing - Maps URL paths to specific UI components to enable seamless navigation within single-page applications.
  • Template Compilation Tools - Transforms template logic into executable code to support modern syntax within component markup.
  • Template Compilation Tools - Transforms template strings into executable render functions at runtime using a built-in compiler.
  • Plugin Registration Systems - Registers external modules before initialization to ensure consistent application behavior.
  • Option Mixins - Injects shared component options into multiple components to promote code reuse.
  • Template Type Inference - Leverages built-in type definitions to provide precise template suggestions and error warnings.
  • Production Build Modes - Disables development-only warnings and runtime checks to optimize payload size for production deployment.
  • Global Property Augmentations - Injects custom methods and properties into the application environment for shared access.
  • Component Instance Caching - Caches inactive component instances to preserve state during navigation and view switching.
  • State Change Subscriptions - Executes callbacks whenever specific state changes by evaluating getter functions.
  • Dependency Injection - Shares data or methods from ancestors to descendants without explicit prop passing.
  • Action-Driven State Mutations - Restricts data modification to specific actions within a store to improve maintainability.
  • Plugin-Based Architectures - Provides an installation interface that allows developers to inject global logic, mixins, or custom functionality into the application.
  • End-to-End Testing - Automates comprehensive user journey validation across the entire application stack.
  • Transparent Attribute Forwarding - Forwards attributes and event listeners from parent components to internal child elements.
  • Event Payload Passing - Transmits structured data payloads from child components to parents via custom events.
  • Update Synchronization Patterns - Synchronizes parent data properties from child components using standardized update events.
  • Component Slot Systems - Retrieves and renders slot content as virtual nodes for flexible component composition.
  • Component Transitions - Updates transition names or animation parameters programmatically based on component state.
  • Component Data Binding - Enables two-way data binding on custom-built components for reusable and specialized form input behavior.
  • Event Emission Declarations - Triggers custom events from child components to facilitate parent-child communication.
  • JSX Syntax Support - Enables the use of HTML-like syntax extensions within JavaScript render functions.
  • Model Bindings - Configures property and event names for two-way data binding to support custom input types.
  • Template Fragment Grouping - Wraps multiple elements in a non-rendered container to apply conditional logic to the entire group.
  • List Transition Animations - Animates list items entering, leaving, or reordering based on unique keys.
  • Transition Effects - Triggers automated visual animations when elements are inserted, updated, or removed from the document.
  • Computed Property Caching - Stores the output of computed properties and only re-evaluates them when specific reactive dependencies change.
  • Lifecycle Hooks - Executes custom code at specific stages of an element's existence, such as when it is bound or updated.
  • CSP-Compatible Renderers - Supports strict security policies by pre-compiling templates to avoid runtime code evaluation.
  • Cross-Platform Frameworks - Supports flexible scaling from lightweight library usage to full-scale application development.
  • Directive Lifecycle Hooks - Retrieves directive arguments, modifiers, and values within lifecycle hooks to inform element manipulation logic.
  • Functional Components - Defines stateless UI units as pure functions to improve rendering performance.
  • Filtered Result Displays - Renders filtered or sorted data sets using computed properties without modifying the original source.
  • Transformation Chains - Vue.js passes the result of one transformation function into the next sequentially to perform complex data processing in a single expression.
  • Reactive Data Sharing - Synchronizes data across instances by sharing object references for automatic updates.
  • Application Debugging - Provides a dedicated browser interface to examine component data and internal behavior.
  • Universal - Builds applications that execute on both the server and the client to improve initial load times.
  • Bundle Size Optimization - Reduces final application size by using runtime-only builds that exclude the template compiler.
  • State Debugging Utilities - Logs and tracks shared data changes to provide a history of state modifications.
  • Incremental - Facilitates gradual integration into existing projects as a lightweight library or full-scale framework.
  • Project Scaffolding - Generates pre-configured project structures with built-in build tools and linting for rapid development.
  • Global Type Augmentations - Extends global interfaces to maintain type compatibility for plugins and third-party libraries.
  • Property Reactivity - Injects new properties into objects using specific methods to ensure reactivity tracking.
  • Execution Time Travel - Records state snapshots and mutation history to allow navigation through previous application states.
  • Static Rendering - Optimizes performance by rendering static content only once and skipping future updates.
  • Array Mutation Methods - Ensures reactivity system detects index-based changes or length adjustments in arrays.
  • Decoupled Logic Encapsulation - Encapsulates complex transition behaviors into reusable components to simplify application logic.
  • User Interaction Simulation - Simulates user interactions to verify application functionality without relying on internal implementation details.
  • Transition Lifecycle Hooks - Triggers custom JavaScript functions during specific transition lifecycle stages.
  • Data Isolation Strategies - Defines data as a function to ensure every component instance maintains its own independent state.
  • Component Registration Patterns - Supports both global and local component registration to manage scope and availability.
  • Dynamic Component Renderers - Switches between different components dynamically at runtime based on state or configuration.
  • Component Lifecycle Hooks - Executes custom logic during navigation lifecycle stages such as entering or leaving a route.
  • Reusable Transition Definitions - Encapsulates transition logic into custom components to standardize animation behavior across the application.
  • Slot Data Exposure - Binds internal component data to slots, allowing parent components to access and render that data.
  • Attribute Inheritance Patterns - Automatically propagates non-prop attributes and event listeners to the root element of a component.
  • Named Slot Definitions - Assigns unique identifiers to multiple slots to allow precise placement of different content blocks.
  • Dynamic Argument Bindings - Uses JavaScript expressions within directive arguments to determine attribute names or event types at runtime.
  • Re-rendering Controls - Assigns unique identifiers to elements to force the system to re-render them instead of reusing existing instances.
  • Dynamic Input Bindings - Uses property binding to associate form inputs with non-string values or dynamic object properties.
  • Listener Forwarding - Passes parent-defined event listeners to specific child elements to create transparent wrappers.
  • Navigation Components - Provides declarative components and programmatic APIs for navigating between different application views.
  • Dynamic Configurations - Modifies animation parameters in real time to allow for interactive prototyping and fluid visual adjustments.
  • Recursive Components - Supports self-referential component rendering for building nested structures like trees.
  • Style Rendering Restrictions - Restricts style tag rendering within templates to mitigate click-jacking and unauthorized layout manipulation.
  • CSS Class-Based Styling - Renders CSS classes dynamically using arrays or conditional expressions.
  • Writable Computed Properties - Provides custom setter functions to update underlying data properties when a computed property is assigned a new value.
  • Browser Automation - Enables programmatic control over browser instances for automated testing and performance analysis.
  • Change Observers - Executes custom logic or side effects whenever specific data properties change.
  • Collection Iterators - Renders lists of elements by looping through arrays or objects using a declarative syntax.
  • Component Caching - Caches rendered component output to prevent unnecessary re-evaluation of static content.
  • Definition Shorthands - Uses a shorthand function syntax to apply the same logic during both initial binding and subsequent updates.
  • Dynamic Routing - Supports runtime modification of route definitions by updating the internal router matcher.
  • VNode Data Structures - Defines attributes, styles, and event listeners for virtual nodes using structured data objects.
  • Asynchronous Update Queues - Buffers data changes within the event loop to perform batch DOM updates, improving rendering performance.
  • Async Loading State Handlers - Displays specific loading or error components while waiting for asynchronous components to resolve.
  • Route Path Aliasing - Maps multiple URL paths to the same component for flexible route access.
  • Routing Configurations - Uses array-based configuration to map URL paths to components with predictable matching order.
  • Pattern-Matching Routers - Uses pattern-based matching to resolve URLs, supporting named parameters and wildcards for flexible navigation.
  • Route Validation Strategies - Intercepts route transitions to perform asynchronous validation or tasks before navigation completes.
  • Change Reactivity - Monitors route changes to trigger reactive data fetching and state updates automatically.
  • Redirection Rules - Configures automatic path redirection within route definitions to manage navigation flow.

Historial de estrellas

Gráfico del historial de estrellas de vuejs/vueGráfico del historial de estrellas de vuejs/vue

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace vuejs/vue?

Vue es un framework de JavaScript progresivo basado en componentes diseñado para construir interfaces de usuario reactivas y aplicaciones de una sola página. Se centra en un sistema de plantillas declarativo que transforma HTML en funciones de renderizado eficientes, permitiendo a los desarrolladores organizar interfaces complejas en unidades aisladas y reutilizables que se sincronizan automáticamente con el estado de la aplicación.

¿Cuáles son las características principales de vuejs/vue?

Las características principales de vuejs/vue son: Web Application Frameworks, Single Page Applications, Component Data Passing, Component-Based UI Frameworks, Declarative UI Libraries, Declarative Rendering Frameworks, Two-Way Data Bindings, Reactive State Management.

¿Qué alternativas de código abierto existen para vuejs/vue?

Las alternativas de código abierto para vuejs/vue incluyen: vuejs/v2.vuejs.org — This is the comprehensive documentation website for the Vue 2 progressive JavaScript framework. It serves as a… vuejs/core — Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a… lit/lit — Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages… day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… leptos-rs/leptos — Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types…

Alternativas open-source a Vue

Proyectos open-source similares, clasificados según cuántas características comparten con Vue.
  • vuejs/v2.vuejs.orgAvatar de vuejs

    vuejs/v2.vuejs.org

    4,981Ver en GitHub↗

    This is the comprehensive documentation website for the Vue 2 progressive JavaScript framework. It serves as a technical reference and development guide for building reactive user interfaces and single-page applications. The site provides a detailed JavaScript API reference and a web component directory. It covers the implementation of component-based architectures, reactive state management, and the use of a virtual DOM to synchronize application state with the browser. The documentation details capabilities including client-side routing, declarative DOM manipulation, and frontend build opt

    JavaScript
    Ver en GitHub↗4,981
  • vuejs/coreAvatar de vuejs

    vuejs/core

    53,861Ver en GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity system to synchronize application state with the document object model efficiently. What distinguishes this framework is its focus on developer experience and flexibility. It supports a single-file component format that colocalizes related concerns, alongside a powerful composition

    TypeScript
    Ver en GitHub↗53,861
  • lit/litAvatar de lit

    lit/lit

    21,679Ver en GitHub↗

    Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con

    TypeScripthtml-templateslitlit-element
    Ver en GitHub↗21,679
  • day8/re-frameAvatar de day8

    day8/re-frame

    5,532Ver en GitHub↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    Ver en GitHub↗5,532
  • Ver las 30 alternativas a Vue→