mikestreety’s avatarmikestreety’s Twitter Archive—№ 22,345

  1. 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?
    1. …in reply to @mikestreety
      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).