What is the best Vue-Router practice for very large webapplications?

后端 未结 3 985
臣服心动
臣服心动 2021-01-31 09:39

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

3条回答
  •  长情又很酷
    2021-01-31 09:49

    Nuxt can help you with that. It generates your folder Structur dynamically to a router config file. Have a look at https://nuxtjs.org/guide/routing

    It has even more help functions than routing. But especially for large applications in general an idea to set on nuxt

提交回复
热议问题