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

      Unable to start with quasar cli - editing App.vue to use inline template
      • Akkayy

      11
      0
      Votes
      11
      Posts
      587
      Views

      metalsadman

      @Akayy inside q-app is already vue, it’s the same as using it within other components. you can even test that in your codepen, move it out of the q-app div, or copy paste the inline-template multiple times. i dunno what you are trying to do at this point, so yep goodluck.

    • U

      This topic is deleted!
      • upvhas

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • J

      This command must be executed inside a Quasar v1+ project folder
      • jicx

      4
      0
      Votes
      4
      Posts
      2386
      Views

      s.molinari

      How did you install Quasar CLI? Can you post what output you get, when you run quasar info ?

      Scott

    • A

      This topic is deleted!
      • Abdullah Sohail

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • W

      Getting a weird error in icongenie on Linux
      • walfin

      1
      0
      Votes
      1
      Posts
      93
      Views

      No one has replied

    • P

      Quasar create error
      • Pepper

      6
      0
      Votes
      6
      Posts
      221
      Views

      C

      @chlembi Error found. I had already created a Project on some folder levels above by mistake. After I deleted the files it worked. Thanks for the hint.

    • J

      Questions and errors while following CLI installation instructions
      • johanna

      2
      0
      Votes
      2
      Posts
      593
      Views

      J

      Okay, now I found out that this is the very reason why you should install Node.js and NPM via NVM. I have no idea what NVM really is, but this worked:

      curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

      And after relaunch of Terminal:

      nvm install stable npm install -g @quasar/cli

      So I think those are the steps that you should have in your instructions instead of just

      npm install -g @quasar/cli
    • C

      How does UMD work in a php project
      • Christal

      3
      0
      Votes
      3
      Posts
      337
      Views

      dobbel

      Maybe this will help:

      https://github.com/quasarframework/quasar-starter-kit-umd

    • O

      Quasar Icongenie - how to generate splashscreen and icons from separate files like it worked in v1?
      • OlekssiR

      2
      0
      Votes
      2
      Posts
      400
      Views

      O

      Sorted it. this is how to generate icon and splash screen using two different files:

      icongenie generate -i app-icon.png -b app-splashscreen.png --splashscreen-icon-ratio=0
    • kishore sakthi

      Is it necessary to update CLI V2
      • kishore sakthi

      6
      0
      Votes
      6
      Posts
      269
      Views

      cick0

      @metalsadman You’re right. I’m losing track of what’s what anymore.

    • R

      Sourcemaps not generated after Quasar update anymore
      • RolandCsibrei

      12
      0
      Votes
      12
      Posts
      1299
      Views

      Allan-EN-GB

      importStrategy: “all” is a temp work around to get your source maps working for dev; we’re not suggesting you release a production app with it. Wait for the update next week for that 🙂

      I’m not sure what you mean about “restore the template”, however, the fix is in place and will stand as it’s the correct fix for this issue. If there is something else that needs changing please file a feature request on GH issues with a detailed explanation of what and why.

    • K

      Unable to create a project - events.js error
      • kolaval

      2
      0
      Votes
      2
      Posts
      317
      Views

      K

      running quasar create inside the target folder seemed to work

    • C

      Clear vuex state in multiple tab of same browser
      • Christal

      1
      0
      Votes
      1
      Posts
      122
      Views

      No one has replied

    • O

      First App Won't Build In Electron Properly
      • omgwalt

      2
      0
      Votes
      2
      Posts
      119
      Views

      O

      Here is my routes.js file:

      const routes = [ { path: '/', component: () => import('layouts/MainLayout.vue'), children: [ { path: '', component: () => import('pages/Index.vue') }, { path: '/hosts', component: () => import('pages/Hosts.vue') }, { path: '/privacy', component: () => import('pages/Privacy.vue') }, { path: '/terms', component: () => import('pages/Terms.vue') }, { path: '/contact', component: () => import('pages/Contact.vue') }, { path: '/livestream', component: () => import('pages/Livestream.vue') }, { path: '/youtube', component: () => import('pages/YouTube.vue') }, { path: '/book', component: () => import('pages/Book.vue') }, { path: '/zoom', component: () => import('pages/Zoom.vue') }, { path: '/grass', component: () => import('pages/TheGrassIsGreener.vue') }, { path: '/loatoday', component: () => import('pages/LOAToday.vue') } ] } ] // Always leave this as last one routes.push({ path: '*', component: () => import('pages/Error404.vue') }) export default routes
    • C

      Quasar + Vagrant
      • CodeKiddo

      11
      0
      Votes
      11
      Posts
      638
      Views

      qyloxe

      @s-molinari said in Quasar + Vagrant:

      And now that WSL2 is out, there are no reasons left to stick with Vagrant on Windows 10. 🙂

      oh, good days of Vagrant, I remember running 38 vms with three separate networks, dmz, bunch of software server clusters (db, web, app, queue, mail, search etc.). And all of that on a single developer machine. It felt like a magic 🙂 Till the deployment, which was hell mixed with nightmare.

      Now everything is just simpler, and with Quasar clean architecture most of those ancient tasks are non-existent. Build, deploy, sync configuration, voila.

    • I

      Watch mode for v1.x.x
      • ivinnic

      2
      0
      Votes
      2
      Posts
      218
      Views

      dobbel

      hot reload/rebuild works out of the box in v1.x if you run Quasar in dev mode.

    • D

      Environment variables
      • danikane

      16
      0
      Votes
      16
      Posts
      16336
      Views

      L

      @DarkLite1 did you managed?

    • C

      Restructure folders during build without express
      • Christal

      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • C

      quasar build error on browser
      • Christal

      2
      0
      Votes
      2
      Posts
      258
      Views

      s.molinari

      I’d say you have one too many “<” (opening tags) in your code some where.

      Scott

    • C

      hide-pagination is not working
      • Christal

      3
      0
      Votes
      3
      Posts
      153
      Views

      metalsadman

      @Christal like what @s-molinari said, also be sure your quasar version is v1.12.0 or above.