there are currently two vue projects with basically the same architecture. Is there any way to integrate the two projects into one? Suppose that Project An and Project B can directly introduce the package file of Project B on the basis of Project A. is there such a method? In this way, it is still equivalent to two projects, and it is more convenient to maintain. In fact, I also want to ask whether two vue projects can be introduced by packing files and directly jumping to the index page of another project by routing.