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