@reniwqwil5 I don’t really know what you’re asking.
Whether you build a SPA or a server-rendered application, you still need to build front-end assets from JavaScript modules to a single JavaScript file that browsers can understand.
This is kind of a noob question, but why do we use laravel mix to compile front end assets when using a frame work like Vue instead of running the FE independently and then just using laravel as a separate api?
Please or to participate in this conversation.