首页 > 解决方案 > Is it possible to make the user section of my website a SPA and the admin section MPA in laravel

问题描述

So I'm building a website in laravel and I would like to make my user section of the website use vue-router making it a SPA. For the admin section I would like it to be a MPA where each route takes you to a new page. I think I have an idea on how to go about it. What I plan on doing is having all my admin related routes come before the route that directs any request to the SPA controller. Is that a good way to do it?.

标签: laravelvue.jssingle-page-application

解决方案


推荐阅读