Quasar CSS Auto Completion Will ROCK Your World!!!

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 39

  • @johnnydriesen7575
    @johnnydriesen7575 2 года назад +3

    This is gonna help me A LOT.
    Thanks for sharing, Luke.

  • @albertliu5760
    @albertliu5760 Год назад +1

    man, you really are the quasar master, you really know your stuff, thx for the video

    • @LukeDiebold
      @LukeDiebold  Год назад +1

      Oh wow thankyou!
      Feel free to hit me up on discord:
      lduebold#0365

    • @LukeDiebold
      @LukeDiebold  Год назад

      Oops, typo! ldiebold#0365

  • @paganaye
    @paganaye 2 года назад +2

    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.

    • @LukeDiebold
      @LukeDiebold  2 года назад +2

      Oh, did that work!?
      That makes SO MUCH more sense!!!

    • @LukeDiebold
      @LukeDiebold  2 года назад +1

      🤦‍♂️

  • @haritsinhgohil6071
    @haritsinhgohil6071 2 года назад

    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.

  • @MrMartinR
    @MrMartinR 2 года назад +2

    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" ]

  • @manee427
    @manee427 2 года назад

    I am going to use soon quasar and this css completion trick is awsome 👏👏 Thanks

  • @ChicagoTechGuy
    @ChicagoTechGuy Год назад

    Love your videos man, HOW COOL IS THAT!!! My name is also Luke! Just subscribed and started watching you 2 days ago, hooked!

    • @LukeDiebold
      @LukeDiebold  Год назад +1

      Oh wow, thanks for the kind words!
      Feel free to hit me up on discord ☺️
      ldiebold#0365

  • @douglascalora9198
    @douglascalora9198 2 года назад

    great work!

  • @yilima
    @yilima Год назад

    Luke, you are the man! I don't know what else to say.

  • @NathanLAlvares
    @NathanLAlvares 2 года назад +2

    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! 💪✨

    • @LukeDiebold
      @LukeDiebold  2 года назад +3

      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

  • @chaseclingman
    @chaseclingman 2 года назад

    Hi Luke! Could you do an example of creating a chrome extension using quasar?

  • @nicolas_reibnitz
    @nicolas_reibnitz 2 года назад

    Oh hell yeah! Finally! Neat trick! Love it!

  • @chaseclingman
    @chaseclingman 2 года назад

    this is awesome ty

    • @LukeDiebold
      @LukeDiebold  2 года назад

      You're welcome!
      Whatcha working on?

    • @chaseclingman
      @chaseclingman 2 года назад +1

      @@LukeDiebold Sorry can't share I don't want people stealing my idea especially on a page full on quasar devs haha!

    • @LukeDiebold
      @LukeDiebold  2 года назад

      @@chaseclingman Oh that's totally fine!

  • @IbnShaalan
    @IbnShaalan 2 года назад

    hey Luke.. thanks fo sharing
    is there a way to just use tailwind css one with no default quasar styles?

  • @fidelischukwunyere3142
    @fidelischukwunyere3142 2 года назад +1

    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.

    • @LukeDiebold
      @LukeDiebold  2 года назад +1

      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 🙂

    • @nicolas_reibnitz
      @nicolas_reibnitz 2 года назад +1

      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.

    • @fidelischukwunyere3142
      @fidelischukwunyere3142 2 года назад

      @@LukeDiebold wow... thanks a lot for this.

    • @fidelischukwunyere3142
      @fidelischukwunyere3142 2 года назад

      @@nicolas_reibnitz thanks

    • @fidelischukwunyere3142
      @fidelischukwunyere3142 2 года назад

      @@nicolas_reibnitz thanks

  • @aaptalk2834
    @aaptalk2834 2 года назад

    How difficult/easy/complicated/strightForward to use Firebase in Quasar ? Please comment.

    • @LukeDiebold
      @LukeDiebold  2 года назад +1

      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!

    • @niobeldelpozonistal7182
      @niobeldelpozonistal7182 2 года назад +1

      auto_awesome
      Hi Luke, does this authentication plugin also work with Sanctum? Greetings from Cuba.

    • @LukeDiebold
      @LukeDiebold  2 года назад

      @@niobeldelpozonistal7182 Yes, it does :)