No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. danielcommesse
    3. Best
    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 28
    • Best 8
    • Groups 0

    Best posts made by danielcommesse

    • RE: How to use Quasar plugins (Notify, Loading) inside Vuex modules?

      @mas you could do it simpler like this:

      export function myAPI (context, data) {
        this._vm.$q.loading.show()
        this._vm.$axios.post(`my-API-path`, data).then(response => {
          this._vm.$q.loading.hide()
          this._vm.$q.notify({
            message: 'Your message',
            color: 'positive'
          }
        }).catch(error => {
          this._vm.$q.loading.hide()
          this._vm.$q.notify({
            message: 'Your error',
            color: 'negative'
          }  
        })
      }
      
      posted in Help
      danielcommesse
      danielcommesse
    • RE: Razvan is taking some time off

      Hey Razvan, hope you will get better, it’s ok to take some time off to heal, your mind and body will thank you later. You will come back stronger than ever.

      The best wishes for you and your family!

      posted in Announcements
      danielcommesse
      danielcommesse
    • RE: [SOLVED] Can't access https://quasar.dev

      I have flushed my dns and still can’t access from México.

      posted in Help
      danielcommesse
      danielcommesse
    • RE: @quasar/quasar-app-extension-qmediaplayer v1.0.0-beta.1 Release!

      Wow I’m just seeing this, looks amazing!, great work!

      posted in [v1] App Extensions
      danielcommesse
      danielcommesse
    • RE: Quasar & Quasar CLI v0.17 aka SSR - Developer Preview

      Great work!!!, I’ll try it out!

      posted in Announcements
      danielcommesse
      danielcommesse
    • RE: [SOLVED] Can't access https://quasar.dev

      For everyone that is having trouble accessing quasar.dev if you’re on a mac follow the steps in here https://developers.cloudflare.com/1.1.1.1/setting-up-1.1.1.1/mac/

      This will change your DNS to use Cloudflare DNS by default. This solved it for me. Hope it helps!.

      posted in Help
      danielcommesse
      danielcommesse
    • RE: v1 tips for changing iphone statusbar color?

      I am also having this trouble, I think is Quasar related because, I have done other projects with vue-cli and the above does work. But strangely in Quasar it doesn’t, maybe someone can help.

      posted in Framework
      danielcommesse
      danielcommesse
    • RE: Why did you pick Vue than React?

      In my case, honestly, it was about Laravel, I embraced Vue because I use Laravel and it comes default with it. After using it a while I fell in love with Vue, it makes so much sense to me, and it is really a joy to work with it.

      After using it a while, I discovered Quasar, being able to do desktop, Android, iOS, PWA’s, and web apps from single codebase it just blew my mind. So I went all in with Quasar, now Quasar handles all the frontend as an PWA SPA and Laravel handles the backend as an API.

      Also in my opinion, Quasar has the most complete set of components, the components are really well designed, and as a framework it’s very superior to the React Frameworks I have checked, it totally blows Material-UI, the most popular Material Design framework of React.

      It all comes down to productivity, with Vue and Quasar, I’m much more productive than I would be with React.

      Also Vue has been gaining traction, now even Apple uses it, check https://developer.apple.com/tutorials/swiftui.

      Also I trust Razvan and Evan You way more than I trust Facebook.

      posted in Hangout
      danielcommesse
      danielcommesse