Navigation

    Quasar Framework

    • Register
    • 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
      2402
      Views

      A

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

      I have to use publicPath.

    • M

      Only two chunks
      • Mila76

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Hot reload or watch does not work
      • Serhioromano

      13
      0
      Votes
      13
      Posts
      114
      Views

      D

      You could consider using virtrual box to run it with another OS. Apart from that I unfortunately have no clues/ideas on how to fix your problem .

      Hey, thanks for the suggestion and for taking the time to consider the issue i’m having. Virtual Box looks like it could work, might resolve some issues and add some other benefits!

    • aitcheyejay

      quasar-dev localhost for capacitor apps
      • aitcheyejay

      4
      0
      Votes
      4
      Posts
      42
      Views

      B

      @aitcheyejay , can you share the hack?

    • D

      This topic is deleted!
      • digiparker

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • s-light

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

      4
      0
      Votes
      4
      Posts
      22
      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
      26
      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
      36
      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
      15
      Views

      metalsadman

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

    • M

      quasar build error piping
      • marka

      6
      0
      Votes
      6
      Posts
      23
      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
      31
      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
      26
      Views

      dobbel

      @omgwalt

      AndroidManifest.xml

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

    • M

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

      24
      0
      Votes
      24
      Posts
      1562
      Views

      SiOs

      I spent hours on this error changing node and quasar versions etc. I always used yarn and never this error until now.
      For me @bigzhu 's suggestion worked - simply removing .babelrc which I believe should never have been there.
      I think I was reusing a previous project dir after clearing it out first with rm -rf * which I now know doesn’t include .hidden files!

    • B

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

      4
      2
      Votes
      4
      Posts
      97
      Views

      C

      @dobbel Thanks I will check that out

    • J

      Quasar CLI. Problem with creating new project
      • jetsmart

      3
      0
      Votes
      3
      Posts
      21
      Views

      J

      Thanks, Scott
      uninstall @quasar/app helped

    • R

      Mode SSR get error in first run
      • rainer9202

      7
      0
      Votes
      7
      Posts
      30
      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
      68
      Views

      beets

      @dirkhd Excellent! Glad that I could help.

    • S

      Adding store later after create project
      • samodraland

      3
      0
      Votes
      3
      Posts
      18
      Views

      S

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