Can you think of a page of Mini Program as a single-page application of vue?

can you think of a page of Mini Program as a single-page application of vue? So multiple pages are multiple single-page applications,

or is it that a Mini Program is just a single-page application, and multiple pages in it are routing pages?


A Mini Program is a single-page application, in which a single page is the routing page. You see, the execution entry is app.js, and there is an onLanuch (execution when the application starts) method right here.

Menu