Quasar with Inertia.js? #10519
Replies: 4 comments 9 replies
-
Yeah Initia will never work together with any Vue framework like Quasar. That's because Inertia wants full control of the the client side Vue app creation( just as Quasar wants full control), see: I don't understand Inertia. They don't deliver what is promised: Initia is NOT a framework: Inertia isn't a framework, nor is it a replacement to your existing server-side or client-side frameworks. Rather, it's designed to work with them. Then on another page how to setup the Vue client side: Once you have your server-side framework configured, you then need to setup your client-side framework WTF?? And now it is a framework according to them..... such a bummer. Could be a very nice system, but they had to resolve to fully controlling Vue instead of offering a component suite with Server side support/integration. I Ques you can always use Quasar in UMD mode together with Initia.... |
Beta Was this translation helpful? Give feedback.
-
@boriskondev you can probably use quasar as vue-cli plugin along with inertia. |
Beta Was this translation helpful? Give feedback.
-
Inertia works fine with Quasar and Vite. The only problem is in q-item or other component which uses router-link. prop: BootstrapVue auto detects between So it's quite simple... with a property like this q-item with "to" property should render the |
Beta Was this translation helpful? Give feedback.
-
Hope they will implement it soon
Il lun 5 set 2022, 20:57 Marlon Ferreira Minotti ***@***.***>
ha scritto:
… Yes, just like Bootstrap Vue. He has the property, but the Quasar
Framework doesn't (i think)
—
Reply to this email directly, view it on GitHub
<#10519 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPZLPM4BRDD25SFK37QAQ3V4Y7AVANCNFSM5DAQIGXA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, guys. I wanted to ask you for information if Quasar can be used in Inertia.js apps? Inertia is a small library that allows you to render single-file Vue components from Laravel backend by providing the name of the component and the data that should be hydrated into that component's "props". I tried to look for information on the Internet, but it is quite scarce. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions