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. Useful Tips (NEW)
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Pratik Patel

      QGrid v0.0.2 has been released!!
      • Pratik Patel

      14
      3
      Votes
      14
      Posts
      847
      Views

      Pratik Patel

      Hi @gs86,

      I never worked on server side pagination and filter with QTable. I have tried to implement in QGrid but no luck yet.

      Thanks

    • M

      [V1] A guide for @quasar/dotenv
      cli dotenv extension v1.0 • • mKomo

      14
      5
      Votes
      14
      Posts
      3628
      Views

      B

      @ArkIv That’s good.

      dotenv not working my quasar. so I mixed your method + qenv.

      .quasar.env.json

      { "development": { "ENV_TYPE": "Running Development", "ENV_DEV": "Development", "API_URL": "https://dev.some.com" }, "production": { "ENV_TYPE": "Running Production", "ENV_PROD": "Production", "API_URL": "https://some.com" }, "test": { "ENV_TYPE": "Running Test", "ENV_Test": "Test" }, "stage": { "ENV_TYPE": "Running Stage", "ENV_STAGE": "Stage", "API_URL": "https://stg.some.com" } }

      quasar.conf.json

      const configEnv = require('./.quasar.env.json') module.exports = configure(function (ctx) { return { ...... env: { // for settting proxy address with ctx.dev, ctx.prod IS_STAGE: false, }, }, devServer: { proxy: { // proxy all requests starting with /api to specific url '/api': { target: ctx.prod ? configEnv["production"].API_URL : process.env.IS_STAGE ? configEnv["stage"].API_URL : configEnv["development"].API_URL, changeOrigin: true, pathRewrite: { '^/api': '' } },
    • qyloxe

      New Mozilla's web-ext CLI
      • qyloxe

      3
      0
      Votes
      3
      Posts
      167
      Views

      qyloxe

      @dobbel https://en.wikipedia.org/wiki/Lotka–Volterra_equations

    • qyloxe

      Web workers - how to use in Quasar
      • qyloxe

      25
      4
      Votes
      25
      Posts
      3387
      Views

      qyloxe

      @aislan said in Web workers - how to use in Quasar:

      Right now I’m just struggling with Quasar to place my worker files in another place not in statics folder.
      I would like to put them next my actions folder, etc.

      with the method described on top, you can put them anywhere - as long as they have an extension .worker.js. The webpack will do his job and properly inline/bundle your code.

      And related to workerize-loader, how could we test them with Jest, for example ?

      Don’t know 😞 carefully??? This should be asked to the author/users group, probably.

    • patryckx

      Quasar Framework + Speech API
      • patryckx

      9
      2
      Votes
      9
      Posts
      1280
      Views

      patryckx

      @jmriyaz84 said in Quasar Framework + Speech API:

      https://developer.mozilla.org/pt-BR/docs/Web/API/SpeechRecognition#Browser_compatibility

      Well, for browsers I don’t think there is a solution. Unless you force iphone users to use chrome for this.

      You have the alternative of generating hybrid apps with corva and using the TTS plugin:

      https://www.npmjs.com/package/cordova-plugin-tts

    • qyloxe

      Using FFmpeg WASM in Quasar
      • qyloxe

      5
      2
      Votes
      5
      Posts
      780
      Views

      qyloxe

      @dobbel said in Using FFmpeg WASM in Quasar:

      @qyloxe
      Not wanting to hijack you thread, but I found this plugin to wrap .asm files for use in vue:

      feel free to hijack or byejack 🙂

      Could that be interesting approach to integrate/use .asm in Vue?

      Sure. The ffmpeg is interesting because it is highly useful in some applications. The general WASM imho is rather hard to find a purpose at least in my line of work.

      Anyway - you asked about general solution - from the user point of view, then yes, this is specialized project, BUT from a developer point of view, the whole ffmpeg integration as a project a developer environment on github could be useful in other wasm projects. BUT on the other hand, the new WASM projects are started with rust or nim with llvm backend probably, so I don’t really know if it could/would be useful in real world applications.

      So, ffmpeg in the browser could be VERY useful. From what I’ve seen it is an early project BUT there’s active development.

    • R

      This topic is deleted!
      • reks

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • mayank091193

      Quasar Admin CRM - Global dark mode (All pages)
      • mayank091193

      6
      4
      Votes
      6
      Posts
      454
      Views

      I

      Hello, I’m driving crazy trying to adapt colorschemes I found in Dashblocks.
      https://slanatech.github.io/dashblocks-template/#/
      It’s very powerfull and made for complex graphs. I’d like something more simple to parameter a dashboard like yours.
      I’m trying to use the store for this and hope to make conditional colors for displays, but I’m still learning Vue…

    • s.molinari

      Quasarians in Action #33. With the Staff Pick of the Month!
      • s.molinari

      1
      2
      Votes
      1
      Posts
      168
      Views

      No one has replied

    • Y

      Adding CSS Grid classes to Quasar
      css grid layout quasar sass • • yolosan

      1
      1
      Votes
      1
      Posts
      424
      Views

      No one has replied

    • Y

      Using QFile with Laravel 7 example
      example laravel7 qfile • • yolosan

      1
      1
      Votes
      1
      Posts
      202
      Views

      No one has replied

    • K

      Toggle QSpinner Animation?
      • Koleto

      3
      0
      Votes
      3
      Posts
      220
      Views

      K

      Oh, Cool! Thank you very much!

    • mayank091193

      Company profile template made using Quasar Framework
      • mayank091193

      8
      4
      Votes
      8
      Posts
      1056
      Views

      M

      Good work!

    • s.molinari

      Quasarians in Action #32. With Staff pick of the Week!
      • s.molinari

      1
      5
      Votes
      1
      Posts
      199
      Views

      No one has replied

    • mayank091193

      QDraggableTree v0.0.4 has been released!
      • mayank091193

      3
      0
      Votes
      3
      Posts
      195
      Views

      mayank091193

      @dobbel Thank you very much for the feedback. I will work on it in future releases.

      Regarding the company profile website, I actually wanted to keep it updated. But I haven’t received much feedback as to what can be added. If you have specified feedback, please do let me know.

    • patryckx

      Quasar + Web API's (Battery, Bluetooth, Vibration...)
      • patryckx

      3
      3
      Votes
      3
      Posts
      1155
      Views

      patryckx

      @Nomias Olá, me mande um email eng.patrickmonteiro@gmail.com

    • mayank091193

      Quasar Admin CRM version 3 (Dark mode)
      • mayank091193

      5
      1
      Votes
      5
      Posts
      501
      Views

      mayank091193

      @qyloxe Thank you very much. You are right. I’m thinking to implement that feature as well.

    • qyloxe

      "A complete Guide to Dark Mode on the Web" - highly recommended article
      dark mode • • qyloxe

      1
      2
      Votes
      1
      Posts
      121
      Views

      No one has replied

    • metalsadman

      QTable Multiple Row Selection by dragging mouse to columns or rows
      • metalsadman

      9
      1
      Votes
      9
      Posts
      609
      Views

      A

      okayyy thanks ya .

    • M

      Quasar Shopping - beautiful eCommerce UI template written in Vue.js/Quasar
      • mayur.911

      2
      4
      Votes
      2
      Posts
      1421
      Views

      prashant

      hey Maur this is Prashant Mumbai its great to see your effords I just downloaded it let me and added star rating let me use it. If any thing I will required will discuss. Its great to see you