What is the best Vue-Router practice for very large webapplications?
问题 I have to make a webapplication with many different modules (like a todo-module, document-modules, and a big usermanagement-module for admin users). The total number of pages is > 100. And the module access is different for each user. I am working with Laravel and Vue-router . But what is the best practice to do it? Create a SPA-application, with 1 large vue-router for everything? For every module a own single "SPA" (with and own vue-router)? Or another suggestion...? 回答1: Little late but I