Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 314 Bytes

MVVM

a simple MVVM implementation using the same concept as Vue.js.

Demo

Implemented features

  • data object
  • complie {{ varible }} in HTML
  • sync view and model
  • two-way data binding on v-model directive
  • computed property
  • mounted function