Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Charlotte
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 0
    • Groups 0

    Charlotte

    @Charlotte

    0
    Reputation
    2
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Charlotte Follow

    Latest posts made by Charlotte

    • RE: Uninstalling Quasar plugin

      yes, the plugin. I’ll try your suggestion, Thanks!

      posted in CLI
      C
      Charlotte
    • Uninstalling Quasar plugin

      I’m not having success in uninstalling the Quasar plugin. npm uninstall quasar -g doesn’t removed it. What command should I be using?

      posted in CLI
      C
      Charlotte
    • RE: Difficulty in creating payload for AXIOS post request

      I’ll try that. Thanks. I feel Ive been going round in circles trying to sort this.

      posted in Help
      C
      Charlotte
    • Difficulty in creating payload for AXIOS post request

      Please help me!
      Ive been struggling to send an AXIOS post request to my server so that it can add a record to a mysql database. My latest attempt elicits an error - “PayloadTooLargeError: request entity too large”.
      This is my request :
      addtherecord() {
      this.$axios.post(‘http://45.32.144.199:3000/addtherecord’,{
      test_name: this.test_name,
      })
      .then(function (response) {
      currentObj.output = response.data;
      })
      .catch(function (error) {
      currentObj.output = error;
      });
      }
      What am I doing wrong?
      Many thanks

      posted in Help
      C
      Charlotte
    • RE: how to use sqlite with quasar vue

      Just had a look at the url you posted. Very helpful indeed. Many thanks.

      posted in Help
      C
      Charlotte
    • RE: how to use sqlite with quasar vue

      Hi Scott,

      My initial ios app was, as you’d assume, a native app written first in Objective C (ugh!) and then re-written in swift. I guess my current one, if I use quasar vue and Cordova would land up being a browser based ios app - unless I use nativescript-vue. To be honest, I’m pretty swamped with absorbing and integrating the vast amount of new technology I’ve had to surmount in moving from what now seems to be the very safe circumscribed world of completed executables. So, forgive me if I sound muddled - I probably am! Charlotte

      posted in Help
      C
      Charlotte
    • RE: how to use sqlite with quasar vue

      Hi qyloxe - many thanks for your very helpful reply! I’m new to this world of client-side dev and am wrestling with my first quasar vue app. Im working on a “proof of concept” - rewriting an IOS app I wrote in the Apple app store but this time in quasar vue. Ive not come across browser based databases before. I take on board your warning that clientside browser db is not permanent. This makes stand-alone IOS apps challenging. I’m going to play around with this technology. Many thanks again. Charlotte

      posted in Help
      C
      Charlotte
    • how to use sqlite with quasar vue

      is there any documentation on how to use sqlite or sqlite3 with quasar vue? Alternately is can anyone point me to a compatible client-side database to use instead?

      Many thanks

      posted in Help
      C
      Charlotte
    • RE: Running quasar vue app on a shared host

      SOLVED. Panic over. it just works - like magic.

      posted in Help
      C
      Charlotte
    • Running quasar vue app on a shared host

      Ive loaded my “production” build app onto a folder on my shared host account and now I am a bit lost. Can anyone tell me - How do I launch my app?

      posted in Help
      C
      Charlotte