reniwqwil5's avatar

Laravel Mix Versus FE Compilation on Its Own

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?

0 likes
2 replies
martinbean's avatar

@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.

reniwqwil5's avatar

This is kind of a noob question, but https://nox.tips/ why do we use laravel mix to compile front end assets when using a frame work like Vue i https://xender.vip/ nstead of running the FE independently and then just using laravel as a separate api?

issue got solved

Please or to participate in this conversation.