• The mini-vue framework builds Part2 — implements the data broker
  • The mini-vue framework builds Part3 — $Mount method implementation
  • Minivue framework builds Part4 — before Render

Framework for target

  • Simulate Vue framework to achieve the main functions.
  • Implementing the data broker
  • Implement EL mount
  • Implement the mount method
  • Implementation lifecycle
  • Implement virtual DOM construction
  • Implement the V-Model method
  • Implement the V-bind method
  • Implement V-ON event binding
  • Implement the V-for loop

Overview of directory structure

  • The core folder is the core package
  • The instance file holds some of Vue’s core functionality implementations