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. CLI
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • A

      Erro ao exibir data cadastrada (Datetime)
      • AndreeeMuller

      2
      0
      Votes
      2
      Posts
      624
      Views

      C

      Maybe a problem of timezone and how dates are stored in thé database.

    • A

      How to install a specific version of quasar-cli? (0.15.2)
      • AndreeeMuller

      3
      0
      Votes
      3
      Posts
      3245
      Views

      A

      Thank you, friend, it worked out right here.

      I have already updated the project as well, for the latest version of Quasar. Is that I was afraid to upgrade, because when I updated from 0.14. * To 0.15.2, my project was totally different, had to program again a 4 pages I had already done. I think that happened because it changed a lot from one version to another.

      Well, I’m loving programming with Quasar, an exceptionally wonderful framework.

      Regards,

      André Peil Müller, Brazil.

    • S

      publicPath proprety not working in devServer
      • stansab

      2
      0
      Votes
      2
      Posts
      969
      Views

      C

      same problem for me.
      It seems that we can’t set a publicPath during development

    • D

      ESlint not working
      • donvie

      2
      0
      Votes
      2
      Posts
      672
      Views

      a47ae

      There is no v18. So wich version do you use?
      In the v0.15.x it asks you if you want to add ESLint. If you want to use it and choose no during initalization, just initialize a new project and compare

    • D

      Missing class methods.....Adding a babel plugin for ES6 Classes ( using 0.15)
      • dgk

      3
      0
      Votes
      3
      Posts
      1346
      Views

      D

      Didn’t need a plugin or any changes to babel.
      Turns out for babel one either needs to use fat arrow syntax or bind/ autobind the functions to this

      connect = async () => {
    • B

      Why are imported .js files duplicated in nested .vue components?
      • bobdylan

      9
      0
      Votes
      9
      Posts
      2146
      Views

      D

      Inspecting this in more depth, and being a bit more open-minded I can understand that this is maybe a feature.
      Looking at the bundles on more detail I can see that they are not of the same exact size, and if you look closer you can see that they do not include the same files. Being each bundle a different route maybe this makes sense. Each route has just the files they need. Because we don’t know how routes will be loaded (which order)because can navigate to any random one we have to include all the possible files they may require.

      My only complain may be that some files are present both at the vendor bundle and the route bundle. Since the vendor bundle is loaded on every route, I don’t see why those files needs to be included on the route bundle too.

      In any case, this is just an unnecessary optimization concern, since page loading is already very fast.

    • A

      [Solved] Can't update quasar-cli
      • Axi

      3
      0
      Votes
      3
      Posts
      2425
      Views

      A

      Thank you max, that did the trick.
      I didn’t want to completely remove node because of another app. I thought this would have some sideeffects. But the app runs properly!
      Thank you again for you help!
      greets from Tyrol (Austria)
      ©a-x-i

    • A

      [Solved] Installed 0.15 but init still creates 0.14.9 app?
      • axlotl

      6
      0
      Votes
      6
      Posts
      1586
      Views

      A

      How do you solve this problem on windows? I think I’ve the same problem as I mentioned here: http://forum.quasar-framework.org/topic/2023/can-t-update-quasar-cli

      [edit] Answered by max in the other thread mentioned [/edit]

      thank you
      ©a-x-i

    • F

      This topic is deleted!
      • frogo

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • C

      what is the list of alias for webpack
      • chbarr

      4
      0
      Votes
      4
      Posts
      991
      Views

      a47ae

      Ah sorry for misinterpreting your question, you are right the available alias are defined in that file. 😃

    • lemur

      v0.14.0 webpack build script output files integration with .Net MVC app
      • lemur

      2
      0
      Votes
      2
      Posts
      735
      Views

      a47ae

      Hey, have you tried to edit the buildPath variable in config/index.js?
      With this config you should be able to set your path correctly.

    • D

      .15.x init creates no dependencies, is that correct?
      • dgk

      3
      0
      Votes
      3
      Posts
      676
      Views

      D

      so what dependencies does the cli manage? Vue obviously, what else? Is there a way to list them and their version number?

      Normally I’d upgrade my dependencies as I see fit…so now upgrading any of these can only be done when the cli upgrades?

    • O

      Typescript support for Quasar
      • OtakuSan76

      7
      1
      Votes
      7
      Posts
      2437
      Views

      M

      as @rstoenescu said it is coming soon, please stop asking.

      Closing this for now.

    • I

      erro quasar build android
      • izacximenes

      1
      0
      Votes
      1
      Posts
      740
      Views

      No one has replied

    • bestog

      Build & Deploy electron app
      • bestog

      2
      0
      Votes
      2
      Posts
      1332
      Views

      benoitranque

      You can make simple installer that is a self extracting archive, that just copies the files to the desired location. Anyways this falls out of the scope of quasar, and is a simply an electron issue

    • Samulwong

      What is the different between two way to install webpack?
      • Samulwong

      1
      0
      Votes
      1
      Posts
      1010
      Views

      No one has replied

    • A

      Use local template
      • alhami64

      3
      0
      Votes
      3
      Posts
      1000
      Views

      benoitranque

      You can always clone the template folder of the template and use that. Npm install might still be an issue

    • C

      The compact css generated with 'quasar build mat' quasar does not match to the quasar.mat.css in dev environment.
      compiling issue css issues material-icons q-data-table q-fab • • chrisgao

      2
      0
      Votes
      2
      Posts
      1283
      Views

      T

      I ran into the same issue, posted a bug report at: https://github.com/quasarframework/quasar-template-default/issues/47

    • D

      quasar dev === npm run dev ???
      • daveline

      2
      0
      Votes
      2
      Posts
      1624
      Views

      rstoenescu

      Under the hood, “quasar dev” ends up calling “npm run dev”. It’s safe if you want to simply run “npm run dev” or “npm run build”.
      Quasar CLI on the other hand does some extra work, checking if dev port is available (just to name one of those extra things).

    • Q

      Anyone know how to get "quasar dev mat mock-api" to run json-server on hot dev build?
      • quasar_noob

      1
      0
      Votes
      1
      Posts
      1088
      Views

      No one has replied