How to realize the reuse of Vue.js single page application?

requirements:
implement the reuse of Vue.js but single-page applications that is to put a single page as a page (module or component) into another Vue.js project through vue-router routing.
question: I don"t know what the professional name of this requirement is, and what are the implementation ideas?

Menu