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. Popular
    Log in to post
    • All categories
    • Announcements
    • Framework
    • CLI
    • [v1] App Extensions
    • Starter Kits
    • Help
    • Show & Tell
    • Quasar Play App
    • Hangout
    • Useful Tips (NEW)
    • Jobs
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • M

      Meteor!
      Starter Kits • • mwarren2

      89
      0
      Votes
      89
      Posts
      42695
      Views

      D

      @mwarren2 said in Meteor!:

      @damiendeville said in Meteor!:

      Do you mean that this ‘template’ is needed only because running the meteor CLI in the application root folder would somewhat not work? But why? Since you did not use the quasar CLI nor webpack, what is the problem? Also is the name ‘template’ arbitrary?
      Could it be called ‘foo’ or ‘meteor’ and it would still work properly?

      It has to be called ‘template’. That’s all I know.

      @rstoenescu perhaps you could explain?

    • rstoenescu

      Future v0.14 Feature List
      Announcements • • rstoenescu

      65
      15
      Votes
      65
      Posts
      35954
      Views

      rstoenescu

      Quasar v0.14 has been officially released. Enjoy!

      -Razvan

      PS: “beta” links are no longer available.

    • ssuess

      [Solved] PWA force refresh when new version released?
      Framework • • ssuess

      60
      3
      Votes
      60
      Posts
      51673
      Views

      S

      Solved with this pcs of code:

      console.log('%c Service worker is active.', 'color: magenta', registration); const updateManual = () => { registration.update().catch((er)=>console.error('Error on update worker', er)); }; setInterval(updateManual, 500); // 500ms works for me, but you may want to set it higher. },``` in case someone else need it.
    • Allan-EN-GB

      Razvan is taking some time off
      Announcements • • Allan-EN-GB

      59
      6
      Votes
      59
      Posts
      3724
      Views

      N

      @rstoenescu Hi ,Hope you are doing better, this is great news!

    • rstoenescu

      Quasar v0.15 Roadmap
      Announcements • • rstoenescu

      56
      20
      Votes
      56
      Posts
      24702
      Views

      M

      Thanks @rstoenescu for the awesome work!

    • X

      Testing
      Help • • xenetics

      55
      0
      Votes
      55
      Posts
      24283
      Views

      nothingismagick

      @quasar/testing is NOW beta quality and in use in a number of production projects. Requires 1.0, but everything is prerigged @Frosty-Z - check it out.
      You just need to:

      $ quasar ext add @quasar/testing

      and choose your test harnesses (currently jest, ava, cypress and webdriver are available, more to follow!)

    • rstoenescu

      v0.15 news
      Announcements • • rstoenescu

      52
      16
      Votes
      52
      Posts
      19926
      Views

      K

      congrats on the new update! I have a 14.9 project that I will keep at v.14, but I would like to start using v.15 on my new projects. Is it safe to upgrade the CLI to v.15 in terms of being able to use the quasar dev environment and build tools on my v.14 project? Will npm install -g quasar-cli@next break my v.14 project? Thanks again, I love this project

    • S

      Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]
      Show & Tell • • spectrolite

      45
      4
      Votes
      45
      Posts
      21226
      Views

      lawwritinguk

      I was worried when I noticed that the deadline for my thesis submission is about to finish. I knew that I will never be going to make it without the professional law dissertation help. It was my friend who recommended the Law Writing for writing my law dissertation. They offered me the most economical price offers with special discounts and prompt services. I really admired the expertise of their professional writers. I will recommend them for all who understand the significance of premium quality at affordable prices.
      https://www.lawwriting.co.uk/law-dissertations-writing.php

    • qyloxe

      fluid typography - SOLVED
      Framework • • qyloxe

      44
      7
      Votes
      44
      Posts
      9178
      Views

      dobbel

      @cynderkromi

      Quasar used to use Stylus (app.styl) as it’s default css thingy. Now it’s sass (app.sass). I think you can still switch between stylus and sass by just changing the extension of the app.* file.

      Otherwise you have to convert the stylus code to sass css.

    • ssuess

      [SOLVED] Chrome (but not FF nor Safari) randomly fails PWA update
      Framework • • ssuess

      43
      0
      Votes
      43
      Posts
      3629
      Views

      dobbel

      @tlloyduk

      I would ask this on the new forum where the Quasar team now gives support.

      https://github.com/quasarframework/quasar/discussions

    • rstoenescu

      ~~Do not upgrade to Vue 2.4.x (yet)~~ Edit: Safe to upgrade
      Announcements • • rstoenescu

      43
      0
      Votes
      43
      Posts
      19937
      Views

      R

      @benoitranque thanks for the info. Waiting for v01.5… 🙂

    • rstoenescu

      Quasar v1.0 beta has arrived
      Announcements • • rstoenescu

      43
      11
      Votes
      43
      Posts
      6827
      Views

      rstoenescu

      @JanneMekanismi we’re working on it.

    • s.molinari

      Ask Razvan a Question! Q & A for Quasar.Conf
      Hangout • • s.molinari

      41
      0
      Votes
      41
      Posts
      1783
      Views

      W

      Had a great conference! Thanks to you guys!

    • Ben Hayat

      Clarification using Starter Kit and Vue Cli3, needed please
      Help • • Ben Hayat

      41
      1
      Votes
      41
      Posts
      4206
      Views

      Ben Hayat

      @s-molinari
      Exactly.

    • L

      QCalendar suggestion
      Framework • • LM

      41
      0
      Votes
      41
      Posts
      4239
      Views

      VB

      declared as closed

    • Z

      I need suggestions
      Help • • zeppelinexpress

      40
      0
      Votes
      40
      Posts
      2561
      Views

      I

      @beets Well, it was as simple as :

      methods: { filePicked(file) { this.fileAvatar = file; }, onProfileChange() { .... profile_data.append("avatar", this.fileAvatar); this.$store.dispatch("server/changeProfile", { data: profile_data });

      Thanks again for your precious help !

      As you seems very skilled, may I ask you an advice if you have, on Prettier and on the best backend for you ?
      https://forum.quasar-framework.org/topic/7822/code-formatting?_=1614115998159

      https://forum.quasar-framework.org/topic/7852/which-backend-for-quasar

    • Ben Hayat

      Would you use Vue + Quasar to build a Marketing site?
      Hangout • • Ben Hayat

      39
      0
      Votes
      39
      Posts
      3488
      Views

      W

      @olidev How does ButterCMS compare with Directus?

    • M

      QTable override on hover row selection
      Help • • Mak-NOAA

      39
      0
      Votes
      39
      Posts
      4162
      Views

      M

      @metalsadman following up? any thoughts?

    • rstoenescu

      The 0.14 beta release is available!
      Announcements • • rstoenescu

      38
      9
      Votes
      38
      Posts
      13678
      Views

      rstoenescu

      Hi. Trying to push for today.

    • rstoenescu

      Quasar v1.0 beta1 in a few days
      Announcements • • rstoenescu

      38
      9
      Votes
      38
      Posts
      5949
      Views

      s.molinari

      @Ben-Hayat - Sorry, looks like the forum has been a bit neglected. Everyone is over at Discord.

      If you look at the docs, everything “new” has a “new” badge next to it. That should get you started on what is new. 😄

      Scott