Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. king_of_leon
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 23
    • Best 4
    • Groups 0

    king_of_leon

    @king_of_leon

    6
    Reputation
    12
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    king_of_leon Follow

    Best posts made by king_of_leon

    • Test Ledger App Very Simple

      Simple business in and out record keeper realtime with chat
      https://github.com/nkb-bd/quasar-ledger-app
      Thanks to Dannys tutorials
      alt text

      posted in Show & Tell
      king_of_leon
      king_of_leon
    • RE: Installed apk generated by quasar dev / build command does not work in Android

      Got it thank you so much . Loving this framework more and more!

      posted in Help
      king_of_leon
      king_of_leon
    • RE: vuex getters actions

      it little confusing on docs , a example would really help

      posted in Framework
      king_of_leon
      king_of_leon
    • RE: vuex getters actions

      ok thanks

      posted in Framework
      king_of_leon
      king_of_leon

    Latest posts made by king_of_leon

    • RE: Icon setup Issue

      Having the issue when I added icon set in quasar config framework and extras, removed it from framework icon set now its working

      posted in Help
      king_of_leon
      king_of_leon
    • Cannot read property 'foobar' of undefined ,even after I initialized the object and the value also get printed ?

      Looking for a long time for this solution. Object example:
      foo :{
      test :1,
      test:2
      }

      posted in Help
      king_of_leon
      king_of_leon
    • RE: How to manage SEO when prerendering with Quasar ?

      some direction to help with seo/ generating html ?

      posted in Help
      king_of_leon
      king_of_leon
    • Icon setup Issue

      When I tried to add ion-icon as described in https://quasar.dev/options/quasar-icon-sets says dependency missing.
      I added icon in quasar config extras and and framework object. Also installed quasar extras node package. What am I doing wrong?
      Thanks in advance.

      posted in Help
      king_of_leon
      king_of_leon
    • RE: How to use slide transition between one component while switching pages?

      Here is how I used :
      <transition name=“slide” mode=“out-in”>
      <router-view />
      </transition>
      <style>

      .slide-enter-active,
      .slide-leave-active {
      transition: opacity 0.5s, transform 0.5s;
      }

      .slide-enter,
      .slide-leave-to {
      opacity: 0;
      transform: translateX(-30%);
      }

      </style>

      Hope this helps.

      posted in Help
      king_of_leon
      king_of_leon
    • RE: How to manage SEO when prerendering with Quasar ?

      no update still?

      posted in Help
      king_of_leon
      king_of_leon
    • RE: what is the best way to use google maps ( /vue2-google-maps OR mapsplugin/cordova-plugin-googlemaps)

      Did you tried this https://github.com/tomers/quasar-geolocation-example

      posted in Framework
      king_of_leon
      king_of_leon
    • RE: Corona Risk Calculator

      nice! it would help if there is also comparison of last day and current some thing like this

      posted in Show & Tell
      king_of_leon
      king_of_leon
    • RE: alternative for firebase

      Thank you all . Actually I need to create a PWA so I guess BaaS would help me, I am not very familiar with BaaS. As I know it will do things such as user authentication, database management etc. I found parse server and Back4App , but I am confused how I will enable both offline and online use when using a BaaS. It might be a very beginner level question as I very new to this.
      Appreciate all your help. 🙂

      posted in Help
      king_of_leon
      king_of_leon
    • alternative for firebase

      Best opensource alternative for firebase to use as live backend ?

      posted in Help
      king_of_leon
      king_of_leon