DMQ/mvvm resource
剖析vue实现原理,自己动手实现mvvm observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3675
- days_rel: n/a
- days_push: 1275
- n_releases_24m: 0
Adoption not part of the score
5188 stars · 1225 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An educational project that dissects Vue's two-way data binding (MVVM) implementation and provides a simplified hand-written MVVM library built with Object.defineProperty. It includes a companion article explaining the Observer, Compile, and Watcher modules, plus a Vue 3 reactivity demo.
Use cases
- understand how vue implements two-way data binding
- learn how to build a simple mvvm framework from scratch
- study Object.defineProperty getter/setter data hijacking
- read a simplified version of vue source code before diving into the real codebase
- see how observer, compiler, and watcher fit together in reactivity
- learn the vue3 proxy-based reactivity principle
When to choose
- you want to deeply understand vue's reactivity internals
- you are learning frontend framework design patterns
- you need a minimal teaching implementation of mvvm data binding
When to avoid
- you need a production-ready frontend framework
- you need array mutation handling, circular dependency support, or full vue features
- you want an actively maintained library with a license and community support
Facets
learning-resource · maturity maintenance
state-management frontend-framework developer-tools web-development frontend tutorials programming-languages browser cross-platform mvvm vue data-binding reactivity educational defineproperty observer-pattern nodejs
1 source
- readme: https://github.com/DMQ/mvvm · fetched 2026-08-28 · 263c24407d63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DMQ/mvvm | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem