Nice trick. I followed it but wondered if I could point to my project existing css file rather than a cdn. I ended up with this option: `"html-css-class-completion.remoteStyleSheets": [ "node_modules/quasar/dist/quasar.css" ] `. Thanks for the idea.
Thank you, u have saved my hours of time of looking out in quasar doc for particular class exist or not, or for checking out which class is used for which property, thankx bro.
In my case, I had to add a couple of extra options to make it work. "html-css-class-completion.searchRemoteGlobPattern": "**/*.{svelte,tpl,eex,latte,php,html,twig}", "html-css-class-completion.enableScssFindUsage": true, "html-css-class-completion.remoteStyleSheets": ["node_modules/quasar/dist/quasar.css" ]
Hey Luke! I really love your videos. I have gone through every framework and its so easy to learn from your tutorials. I wanted one on "vue router using quasar basics" and even on "vue store using quasar basics". If it's possible for you, will you be doing this. Will be awaiting for your response. I hope my message is seen by you as soon as possible. Once again thank you so much! 💪✨
Hmmm good idea. Maybe a "Quasar Basics" series where we briefly cover these fundamentals, and I can then point you to where you go to dig deeper. Could you please send me a message on discord and we can talk this through a bit? ldiebold#0365
Thanks a lot for this. I just want to ask how do Quasar Apps feel in production compared to ionic or flutter? Are noticeable differences that show that they are web wrappers and not real apps? I've to choose between using Kivymd and Quasar.
In terms of the UI, no! They feel the same. A lot of apps you likely use (Slack, Discord, Microsoft Teams) are actually websites compiled to apps, just like Quasar! If you're doing something crazy that's UI heavy, especially like dealing with 3D or making a game, you may notice a difference in performance so it will depend on your use case. Most apps, the performance is totally fine 🙂
Don't worry about it at all. Quasar does it all and more. Battle tested. And you can always customize everything if you'd feel you'd need to. Which I doubt. Quasar is where it's at.
Very very very easy to get authentication working. quasar ext add @vueauth/auth That is however just authentication. How you deal with data is totally up to you!
This is gonna help me A LOT.
Thanks for sharing, Luke.
Most welcome!!!
man, you really are the quasar master, you really know your stuff, thx for the video
Oh wow thankyou!
Feel free to hit me up on discord:
lduebold#0365
Oops, typo! ldiebold#0365
Nice trick.
I followed it but wondered if I could point to my project existing css file rather than a cdn.
I ended up with this option: `"html-css-class-completion.remoteStyleSheets": [ "node_modules/quasar/dist/quasar.css" ] `. Thanks for the idea.
Oh, did that work!?
That makes SO MUCH more sense!!!
🤦♂️
Thank you, u have saved my hours of time of looking out in quasar doc for particular class exist or not, or for checking out which class is used for which property, thankx bro.
You're most welcome!
In my case, I had to add a couple of extra options to make it work.
"html-css-class-completion.searchRemoteGlobPattern": "**/*.{svelte,tpl,eex,latte,php,html,twig}",
"html-css-class-completion.enableScssFindUsage": true,
"html-css-class-completion.remoteStyleSheets": ["node_modules/quasar/dist/quasar.css" ]
I am going to use soon quasar and this css completion trick is awsome 👏👏 Thanks
Love your videos man, HOW COOL IS THAT!!! My name is also Luke! Just subscribed and started watching you 2 days ago, hooked!
Oh wow, thanks for the kind words!
Feel free to hit me up on discord ☺️
ldiebold#0365
great work!
Luke, you are the man! I don't know what else to say.
Thankyou! 😊
Hey Luke! I really love your videos. I have gone through every framework and its so easy to learn from your tutorials. I wanted one on "vue router using quasar basics" and even on "vue store using quasar basics". If it's possible for you, will you be doing this. Will be awaiting for your response. I hope my message is seen by you as soon as possible. Once again thank you so much! 💪✨
Hmmm good idea. Maybe a "Quasar Basics" series where we briefly cover these fundamentals, and I can then point you to where you go to dig deeper.
Could you please send me a message on discord and we can talk this through a bit?
ldiebold#0365
Hi Luke! Could you do an example of creating a chrome extension using quasar?
Oh hell yeah! Finally! Neat trick! Love it!
Game changer!
Right? This plugin is fantastic!!!
So good!
this is awesome ty
You're welcome!
Whatcha working on?
@@LukeDiebold Sorry can't share I don't want people stealing my idea especially on a page full on quasar devs haha!
@@chaseclingman Oh that's totally fine!
hey Luke.. thanks fo sharing
is there a way to just use tailwind css one with no default quasar styles?
Thanks a lot for this. I just want to ask how do Quasar Apps feel in production compared to ionic or flutter? Are noticeable differences that show that they are web wrappers and not real apps? I've to choose between using Kivymd and Quasar.
In terms of the UI, no! They feel the same.
A lot of apps you likely use (Slack, Discord, Microsoft Teams) are actually websites compiled to apps, just like Quasar!
If you're doing something crazy that's UI heavy, especially like dealing with 3D or making a game, you may notice a difference in performance so it will depend on your use case.
Most apps, the performance is totally fine 🙂
Don't worry about it at all. Quasar does it all and more. Battle tested. And you can always customize everything if you'd feel you'd need to. Which I doubt. Quasar is where it's at.
@@LukeDiebold wow... thanks a lot for this.
@@nicolas_reibnitz thanks
@@nicolas_reibnitz thanks
How difficult/easy/complicated/strightForward to use Firebase in Quasar ? Please comment.
Very very very easy to get authentication working.
quasar ext add @vueauth/auth
That is however just authentication. How you deal with data is totally up to you!
auto_awesome
Hi Luke, does this authentication plugin also work with Sanctum? Greetings from Cuba.
@@niobeldelpozonistal7182 Yes, it does :)