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

      0.15.4 build how to specify app directory
      • Alinex

      2
      1
      Votes
      2
      Posts
      2619
      Views

      A

      Found it at http://quasar-framework.org/guide/app-quasar.conf.js.html#Build-Property

      I have to use publicPath.

    • A

      Build SPA app with relative base path
      • ajenkins

      10
      0
      Votes
      10
      Posts
      1948
      Views

      M

      Thank you @ajenkins and @dobbel for this thread and solutions. I have been struggling this for a long time,

    • J

      Unable to find node_modules/@capacitor/android/capacitor
      • jrhopkins83

      4
      1
      Votes
      4
      Posts
      1684
      Views

      A

      For me it did a yarn install in the src-capacitor subfolder to fix this problem.

    • D

      [Solved] Quasar V1 "Failed to compile with X errors" but no error shown
      • devlamine

      4
      0
      Votes
      4
      Posts
      641
      Views

      A

      Had similar issue:
      After quasar dev I’ve got a message without any additional comments:
      ERROR Failed to compile with 2 errors

      So I did quasar build and during the build, I’ve got all the details about errors.

      Once I’ve fixed my errors, quasar dev launched my app!

    • W

      Possible to add a command to generate AAB instead of APK?
      • walfin

      2
      0
      Votes
      2
      Posts
      698
      Views

      bekki

      Beginning from the coming weeks or months, Google Play is not going to support .APK files. We need to generate .AAB files. Does quasar has such kind of opportunity?

    • J

      CAPBridgeViewController.swift not found or content is unrecognized - Please disable HTTPS from quasar.conf.js > devServer > https
      • jadedRepublic

      3
      0
      Votes
      3
      Posts
      264
      Views

      D

      where you able to fix this am fixing same issue

    • G

      Error when running npm run dev vs quasar dev (to use qenv)
      • GlutenBoy

      13
      0
      Votes
      13
      Posts
      1056
      Views

      A

      I have seen this error, and the weirdest thing was that I had suddenly in my code an import node: which I am 100% certain I did not put in, almost like a plugin in Visual Studio Code was adding this without my knowledge. I removed this line and the latest plugins and now all is OK again. But watch out for ‘stinky’ plugins !!

    • M

      Using font-display: swap; for roboto
      • muneebs

      1
      0
      Votes
      1
      Posts
      142
      Views

      No one has replied

    • ebdonato

      How to add eslint to a current project?
      • ebdonato

      2
      0
      Votes
      2
      Posts
      212
      Views

      dobbel

      @ebdonato

      I would just create a new project with Quasar CLI and copy the eslint deps from package.json and some other files in your other project.

    • S

      Hot reload or watch does not work
      • Serhioromano

      21
      0
      Votes
      21
      Posts
      4035
      Views

      dobbel

      @dylanglockler said in Hot reload or watch does not work:

      While reading the Quasar doc I came across this:

      https://quasar.dev/quasar-cli/quasar-conf-js#Docker-and-WSL-Issues-with-HRM

    • M

      Styling under #q-app div
      • MiquelCapo

      4
      0
      Votes
      4
      Posts
      265
      Views

      dobbel

      @miquelcapo

      Ah so you create plugins designed to be used in the backend of WP?

      Do you have a link to any of your created quasar/WP plugins?

      On development I use the localhost devserver and on production I build the app and load js, css and assets with wp

      So if I understand correctly: you use Quasar CLI for development. For a production build you run quasar build and then load the created js/css/assets from the quasar’s build folder with WP admin_enqueue_scripts hook. Or do you use Quasar’s UMD mode generated files in to load in WP( if not, why not use UMD?).

      On your question, here’s a github issue you might find interesting:
      https://github.com/quasarframework/quasar/issues/5063

    • C

      Electron Building with Quasar CLI - Background threads
      • crmi

      2
      0
      Votes
      2
      Posts
      139
      Views

      dobbel

      @crmi

      Once I switch to Quasar CLI, is there a known way to use the quasar.conf file to build for multiple targets in this way?

      Not possible in Quasar as far as I know it.

      here’s a thread about it:
      https://forum.quasar-framework.org/topic/4139/multiple-entry-points

      Btw for this particular question I would ask around in Quasar’s discord channel.

    • V

      Google Autocomplete VS Q-Select
      • vijay

      3
      0
      Votes
      3
      Posts
      158
      Views

      V

      @metalsadman yayyy!!! It worked.

      bfd4e5e9-5faa-400a-8298-d0c3f3e0fdd4-image.png

      I targeted the inner Input tag element and passed it in the request to Google. Voila its working!!! Now I can make it work alongside with q-select tag too. Thankyou very much. Damn QUASAR is simply WOW!!!

    • J

      CAPBridgeViewController.swift not found or content is unrecognized (HTTPS / Capacitor V3 issue)
      • jadedRepublic

      2
      0
      Votes
      2
      Posts
      78
      Views

      J

      Nevermind, just seen In the docs It’s not supported yet https://quasar.dev/quasar-cli/developing-capacitor-apps/capacitor-version-support

    • O

      Quasar / Capacitor / Cordova error: “…/node_modules/http-proxy-middleware/dist/index has no exported member 'Config'”
      • omgwalt

      2
      0
      Votes
      2
      Posts
      299
      Views

      L

      You have two options, reinstall the project or add into package.json => dependencies “http-proxy-middleware@0.19.x” version. In default version used by “@quasar/cli” is “http-proxy-middleware@1.x.x”, I added v 0.19 and it works for me without errors in the console.

    • P

      SOS! Help! Quasar + Cordova how build to Android 4 and 5!
      • Pachino Max

      6
      0
      Votes
      6
      Posts
      303
      Views

      dobbel

      @pachino-max said in SOS! Help! Quasar + Cordova how build to Android 4 and 5!:

      I mean how to set styles for 4.4 separately?

      You mean a different style if your app runs on android 4.4 instead of android 8/9/10?

      Never seen anyone do that. But I guess you could do that with this:
      https://quasar.dev/options/platform-detection#Introduction

    • P

      Problem with dark-theme in Xiaomi
      • Pachino Max

      4
      0
      Votes
      4
      Posts
      230
      Views

      dobbel

      @pachino-max

      use node v12.x for Quasar V1 apps.

    • V

      Error building electron app
      • vince2020

      3
      0
      Votes
      3
      Posts
      593
      Views

      V

      App · Bundling app with electron-packager…

      Packaging app for platform win32 x64 using electron v9.4.4

      App · [SUCCESS] electron-packager built the app

      Build succeeded

      Build mode… electron
      Pkg quasar… v1.15.4
      Pkg @quasar/app… v2.1.15
      Debugging… no
      Publishing… no
      Transpiled JS… yes (Babel)

      Output folder… F:\XDD\lifeon-electron\dist\electron

      PS F:\XDD\lifeon-electron>

    • L

      multiple entry points?
      • lucaste

      11
      1
      Votes
      11
      Posts
      2155
      Views

      T

      Hello I’ve a problem with productName:
      Html Webpack Plugin:

      <pre> Error: ReferenceError: productName is not defined - index.twig.template.html:97 /src/index.twig.template.html:97:11 - index.twig.template.html:106 98bd.module.exports /src/index.twig.template.html:106:3 - index.js:400 [client2]/[html-webpack-plugin]/index.js:400:16 - task_queues.js:82 processTicksAndRejections internal/process/task_queues.js:82:5 - async Promise.all </pre>
    • M

      Run dev error while running a new project.
      • marcelo.delta

      25
      0
      Votes
      25
      Posts
      3684
      Views

      P

      Hi I have same problem , remove .babelrc dont work , also the other things that you here recommended. Please help.