-
Below is the only example I can think of right now but there are many other I’ve seen of a fairly large projects built with Laravel & Vue, it could help you out in terms of structure; https://github.com/monicahq/monica
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
inertia
Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
Considering you are looking for a monorepo approach with Laravel & Vue I’d suggest you look into InertiaJs if you don’t already know about it https://inertiajs.com/ It’ll help you out a great deal, it’s a 2 years old growing approach to building a server driven SPAs with a very stablished community & maintainers, below is an introductory talk from the creator https://youtu.be/3MABSYPxpbs
-