Summary of the Vue

Vue: Progressive JavaScript framework

Progressive: Declarative rendering → component system → client routing → centralized state management → project building

  • Declarative rendering: Vue base syntax.
  • Component systems: common code, componentized development.
  • Client routing: single page application, partial update, support browser history rollback function, can use the client routing module.
  • Centralized status management: A large number of projects and a large amount of service data can be managed using Vues provided by Vue
  • Project construction: large-scale commercial project, independent development, test and deployment.