Is vue only suitable for developing single-page applications?

just started to learn vue, understanding is still on the surface. Does it feel that vue is only suitable for developing single web applications? Or is vue born for a single-page application scenario?

Jul.08,2022

single-page applications are best practices.
Progressive framework, it is also possible to introduce rendering bindings directly into the page instead of JQ.


multiple pages are fine. Vue is not created for a single page. It is personally understood that, like other mvvm frameworks, it is created to separate dom operations from data logic operations. And vue-router is made for a single page.


No, multi-page applications can also be developed, it's just a framework.

Menu