Advantages and disadvantages of vue2 single page application

  1. The front end is responsible for styling and the back end is responsible for processing data. Architecturally clear
  2. With good user experience and high speed, the server does not need to initiate a request during route switchover.
  3. Low pressure relative to the server

disadvantages

  1. It is not conducive to SEO search, because the page data are front-end asynchronous loading mode, is not conducive to the search engine crawl.
  2. If the request is too large, the first screen load response may be slow. There are solutions to this, of course.