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. Syware
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 3
    • Best 2
    • Groups 0

    Syware

    @Syware

    3
    Reputation
    147
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Syware Follow

    Best posts made by Syware

    • Live update (Hot code push)

      Hello,

      Does anyone has an experience with hot code push (liveupdate) and Quasar with Cordova? I was looking for some libraries and I found this one promessing:

      https://github.com/nordnet/cordova-hot-code-push

      It could be great to share experience if somebody want also to do that or has already experience.

      Best regards

      Léal

      posted in Framework
      S
      Syware
    • Webpack configuration

      Here is what is written in the doc about webpack custom configuration:

      Notice that you don’t need to return anything. The parameter of extendWebpack(cfg) is the Webpack configuration Object generated by Quasar for you. You can add/remove/replace anything from it, assuming you really know what you are doing.
      

      I understand how to add/replace a module but how can I remove one?

      Is it a way to overwrite more deeper the webpack config? I need to change the input and output files.

      Best regards

      Léal

      posted in Framework
      S
      Syware

    Latest posts made by Syware

    • DateTime field question

      Hello,

      I try to use the q-datetime as type: “time”.

      <q-datetime v-model="day.from" :format="'HH:mm'"  :format-model="'string'", type="time" />
      

      the “day.from” has the value “10:00”. The field is blank and when I try to pick the value “10:00” from the picker, the “day.from” value is “2018-04-25T10:00:00.000+02:00”

      I am reading and reading the doc but I don’t understand what I do wrong.

      How can I manage a string to represent an hour with the format “HH:mm” ?

      Thanks in advance to people who are reading.

      Best regards

      Bioley Léal

      posted in Framework
      S
      Syware
    • Live update (Hot code push)

      Hello,

      Does anyone has an experience with hot code push (liveupdate) and Quasar with Cordova? I was looking for some libraries and I found this one promessing:

      https://github.com/nordnet/cordova-hot-code-push

      It could be great to share experience if somebody want also to do that or has already experience.

      Best regards

      Léal

      posted in Framework
      S
      Syware
    • Webpack configuration

      Here is what is written in the doc about webpack custom configuration:

      Notice that you don’t need to return anything. The parameter of extendWebpack(cfg) is the Webpack configuration Object generated by Quasar for you. You can add/remove/replace anything from it, assuming you really know what you are doing.
      

      I understand how to add/replace a module but how can I remove one?

      Is it a way to overwrite more deeper the webpack config? I need to change the input and output files.

      Best regards

      Léal

      posted in Framework
      S
      Syware