vuecms icon indicating copy to clipboard operation
vuecms copied to clipboard

Refactor/post fetching

Open babblingfish opened this issue 8 years ago • 0 comments

I moved things around so that the routes config is no longer explicitly declared in nuxt.config.js. Instead now I am using the dynamic routing feature of vue-router.

Will this change make it more difficult to implement the Sit Map Module now that the routes are using dynamic routing instead of explicit routing as before? Seeing how the implementation of Site Map Module you did in this blog post seems to work by declaring your site map in the nuxt.config.js.

Also I am curious what the performance implementations are of this line. Would this modification somehow effect the bundling efficiency?

babblingfish avatar Dec 24 '17 22:12 babblingfish