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. Tags
    3. deployment
    Log in to post
    • I

      SSR Deployment(Vercel / Netlify)
      Help • deployment ssr • • IO2021

      2
      0
      Votes
      2
      Posts
      657
      Views

      Hawkeye64

      Netlify only support next.js SSR deployment. I don’t know about vercel.
      https://www.netlify.com/blog/2020/12/07/announcing-one-click-install-next.js-build-plugin-on-netlify/

    • D

      Quasar Vs Ionic 5 in 2020
      Framework • capacitor cordova deployment native performance • • daveshirman

      7
      0
      Votes
      7
      Posts
      4411
      Views

      W

      @daveshirman

      Page transition animations
      Comes out of the box in Quasar, not sure about Ionic Easy of customising CSS
      In Quasar you have SASS, SCSS and Stylus variables. Ease of making a production build on iOS and Android
      I’ve only ever done Android. It works seamlessly. Compatibility with Cordova/Capacitor
      Fully compatible but I think for Capacitor Ionic may have an edge since they wrote Capacitor after all. General feel of the app Vs native
      Perfect for Android (material design), but Quasar got rid of its iOS mode so you have to configure the UI elements manually. I hope they bring it back. Job opportunities
      Here’s where we lose out, I guess. But we have the jobs board on this forum and the jobs channel on Discord. Tooling stability
      There was a major shift from CLI v1 to v2 which resulted in many changes having to be made and there’s no automated migration tool (yet). However, if you’re starting out fresh you’ll start with CLI v2. Real apps I can check out.
      Check out my apps at https://customautosys.com/covidgame and https://customautosys.com/ketoshare.
    • D

      Deploy and upgrade quasar app
      Help • build deployment release • • damosse31

      10
      0
      Votes
      10
      Posts
      6196
      Views

      D

      @mzamateo said in Deploy and upgrade quasar app:
      you can ask kindly to finish current work and then reload, with a popup or so…

      Exactly !

      On my side, I put app version in localstorage (or cookie) and I check if the current version is different (ex: 9.0.10 -> 9.0.11) then I open dialog to inform the user that a new version is available since his last visit and if he want to see the changelog or not.

      0_1503701319910_Screenshot_1.png