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
    • s-light

      quasar dev - how to start additional background server?
      • s-light

      4
      0
      Votes
      4
      Posts
      41
      Views

      s-light

      @dobbel thanks!!
      yes the output is mixed up…
      but my backend server is very simple and only mentions ones that it is running…
      for this easy thing its working fine 🙂

      thank you!!

      sunny greetings
      stefan

    • T

      This topic is deleted!
      • Tini

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • V

      How to use the quasar cli project to build an NPM package (such as a Vue plug-in) and publish it
      • vince2020

      1
      0
      Votes
      1
      Posts
      36
      Views

      No one has replied

    • T

      This topic is deleted!
      • Tid

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • A

      Build —watch mode
      • Akkayy

      2
      0
      Votes
      2
      Posts
      46
      Views

      s.molinari

      There isn’t, but what do you need it for?

      Sometimes you don’t want to serve html and other build files with integrated serve command.

      This doesn’t tell me much.

      Scott

    • S

      Q-Select filter an array of objects
      • Salim Larhrib

      2
      0
      Votes
      2
      Posts
      35
      Views

      metalsadman

      @salim-larhrib this.$attrs['option-value'].

    • M

      quasar build error piping
      • marka

      6
      0
      Votes
      6
      Posts
      40
      Views

      metalsadman

      @marka you should issue a feature request at quasar’s github repo.

    • C

      Accessing Vuex Store in Boot files
      • CPHM

      2
      0
      Votes
      2
      Posts
      58
      Views

      beets

      @cphm The boot file default function gets passed the store instance:

      export default async ({ app, router, store, Vue }) => { // use store here, no need to import it }
    • O

      Where To Enter Capacitor Permissions For Android
      • omgwalt

      6
      0
      Votes
      6
      Posts
      90
      Views

      dobbel

      @omgwalt

      AndroidManifest.xml

      That seems the place to do the permissions in Capacitor see:
      https://capacitorjs.com/docs/android/configuration

    • B

      Building a Windows build on a MacOS - Error: spawn yarn ENOENT
      • bach

      4
      2
      Votes
      4
      Posts
      139
      Views

      C

      @dobbel Thanks I will check that out

    • J

      Quasar CLI. Problem with creating new project
      • jetsmart

      3
      0
      Votes
      3
      Posts
      29
      Views

      J

      Thanks, Scott
      uninstall @quasar/app helped

    • R

      Mode SSR get error in first run
      • rainer9202

      7
      0
      Votes
      7
      Posts
      52
      Views

      beets

      @rainer9202 Try this then:

      import Splide from '@splidejs/vue-splide/src/js/components/Splide' import SplideSlide from '@splidejs/vue-splide/src/js/components/SplideSlide' export default { // ... components: { Splide, SplideSlide, } }
    • D

      Setup for Quasar with PHP api for MySQL
      • dirkhd

      9
      0
      Votes
      9
      Posts
      194
      Views

      beets

      @dirkhd Excellent! Glad that I could help.

    • S

      Adding store later after create project
      • samodraland

      3
      0
      Votes
      3
      Posts
      19
      Views

      S

      @metalsadman I have tried before and all states in the store are undefined, except if I re-init project with included store

    • E

      CKEditor 5 custom build in quasar cli
      • eyyubzademireli

      3
      0
      Votes
      3
      Posts
      48
      Views

      E

      @metalsadman Thanks.

    • V

      Firebase Database Update creating a new node(duplicate node)when trying to update a specific node value
      • vijay

      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • C

      Uninstalling Quasar plugin
      • Charlotte

      3
      0
      Votes
      3
      Posts
      28
      Views

      C

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

    • S

      Unable to create quasar project behind http proxy
      • shin06

      4
      0
      Votes
      4
      Posts
      87
      Views

      M

      I found the reason. The process “quasar” does not use the proxy settings from the .npmrc file, it uses the environment variable “http_proxy” (I have only checked it under Windows). The syntax corresponds to the syntax of the .npmrc file.

    • B

      Problems with 1.14.5 Upgrade (Sass semicolons) and solution
      • btmi

      2
      0
      Votes
      2
      Posts
      75
      Views

      Hawkeye64

      Just so everyoine knows, we recently were using node-sass (a C++ node binder) which is now deprecated. Instead, we are now using sass (javascript). The sass version does better checking (linting) and therefore, if you have errors, these will show up.

      One thing I have noticed though, is if you are missing the colon (:) completely, you get a warning and it keeps on trucking (instead of failing), but it gives you a message about no descripter so won’t be used. For the line number it gives you, look up 1 higher for the issue.

    • Z

      Are there some samples that integrate the vue-styleguidist with Quasar to produce document for Quasar App Project?
      • zouzg7829

      3
      0
      Votes
      3
      Posts
      38
      Views

      Z

      I have created a feature request, see https://github.com/vue-styleguidist/vue-styleguidist/issues/1016