How to split a single page vue application into multiple separate applications

now vue is a single-page structure, including many sub-modules, such as users and businesses. How to split the whole structure into multi-page mode is equivalent to the background micro-service, each module is a micro-service. After logging in, you can access each module. Each module can also be released separately. The plug-and-pull configuration module can be realized. In addition, when packing, modules that are not selected are not packaged.

Aug.10,2021
Menu