-
Building an internal app for work and have set the “scaffolding” up with Laravel. Do I now: 1) Build the front-end out laravel/blade 2) Build the front end out of vue but use laravel routes to control pages 3) use the laravel app as an API for the vue front end Thoughts?
-
Related: I hate how to use an API with Vue you have to request the API and wait - rather than somehow have it preloaded (I know you can SSR but that requires not using apache which is our set up).