awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMVVM Framework Implementations

Custom frameworks implementing the Model-View-ViewModel pattern for web applications.

Distinct from Vue-Based Frameworks: Specific to the architectural implementation of MVVM, unlike general Vue-based libraries or toolsets.

Explore 1 awesome GitHub repository matching web development · MVVM Framework Implementations. Refine with filters or upvote what's useful.

Awesome MVVM Framework Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dmq/mvvmDMQ 的头像

    DMQ/mvvm

    5,190在 GitHub 上查看↗

    该项目是 Model-View-ViewModel 模式的自定义实现,旨在复制 Vue 框架的核心响应式和模板解析功能。它作为一个数据绑定引擎、响应式状态管理器和自定义模板编译器。 该框架采用了一种通过属性拦截和观察者模式将模型状态与 DOM 元素同步的系统。它使用解析器扫描 DOM 元素中的指令,替换占位符并将数据绑定到视图节点,以实现双向数据同步。 该系统涵盖了响应式数据绑定和模板编译器的开发,该编译器识别 HTML 中的自定义指令以动态注入数据并管理更新。

    Implements a custom MVVM framework replicating the core reactivity and template parsing of Vue.

    CSSmvvmvue
    在 GitHub 上查看↗5,190
  1. Home
  2. Web Development
  3. MVVM Framework Implementations