[Vuejs]-Quasar CLI integrated with Laravel mix

2👍

I assume that Quasar CLI builds all assets into static files; js / css. My opinion is compiling Mix’s assets first and pass the out put (js / css) to Quasar by configuring at quasar.config.js then running quasar build.

Or It might able to config quasar.config.js to load all Mix’ assets.

this docs might help https://quasar-framework.org/guide/app-quasar.conf.js.html

👤Jing

Leave a comment