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. andre
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 6
    • Best 2
    • Groups 0

    andre

    @andre

    2
    Reputation
    186
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    andre Follow

    Best posts made by andre

    • q-datetime always with one day difference

      My API delivers the date 2018-01-31, but in the <q-datetime v-model="myDate" type="date" /> it show 2018-01-30, day 30 instead of 31, why?

      I assume its because the timezone, so how i disable anything related to timezone? I just wanna show the same date inside the component 🙂

      posted in Help
      A
      andre
    • webpack stats.json in 0.15

      In 0.14, as everything was separate, I ran the webpack command pointing to the configuration file in the build folder to generate the stats.json file, how do you do it now in version 0.15? I imagine the only way is using extendWebpack, but how?

      posted in Help
      A
      andre

    Latest posts made by andre

    • RE: get struck at this point

      Just follow the documentation: https://quasar-framework.org/guide/app-installation.html

      posted in Help
      A
      andre
    • RE: webpack stats.json in 0.15

      For those who want to know the solution:
      the “analyze” parameter in quasar.config.js accepts an object, not just true/false, so:
      analyze: { generateStatsFile: true }
      will generate the file stats.json inside dist folder

      posted in Help
      A
      andre
    • chunck view in 0.15

      While in 0.14, the command npm run dev printed:
      alt text
      so I could analyze in real time each chunk, its id, used space, among others …

      Now, in version 0.15, only one line is shown, do you have any commands that demonstrate this? something like quasar dev -debug

      posted in Help
      A
      andre
    • webpack stats.json in 0.15

      In 0.14, as everything was separate, I ran the webpack command pointing to the configuration file in the build folder to generate the stats.json file, how do you do it now in version 0.15? I imagine the only way is using extendWebpack, but how?

      posted in Help
      A
      andre
    • q-datetime always with one day difference

      My API delivers the date 2018-01-31, but in the <q-datetime v-model="myDate" type="date" /> it show 2018-01-30, day 30 instead of 31, why?

      I assume its because the timezone, so how i disable anything related to timezone? I just wanna show the same date inside the component 🙂

      posted in Help
      A
      andre