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

    Need advice :-) Angular or Vue and Quasar

    Help
    4
    6
    1026
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      Vladislav last edited by

      Hi,

      I choose technology for a large project.
      Online (blogs) recommend (large project) - Angular.

      What do you advise?

      Thanks

      qyloxe 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel last edited by

        mobile app, website, PWA? What are your ( teams) skills? If mobile what native features do you plan on using?

        V 1 Reply Last reply Reply Quote 0
        • V
          Vladislav @dobbel last edited by

          @dobbel said in Need advice 🙂 Angular or Vue and Quasar:

          mobile app, website, PWA? What are your ( teams) skills? If mobile what native features do you plan on using?

          website

          1 Reply Last reply Reply Quote 0
          • dobbel
            dobbel last edited by

            Wordpress? Sorry but you need to be more detailed in what you want to build.

            1 Reply Last reply Reply Quote 0
            • qyloxe
              qyloxe @Vladislav last edited by

              @Vladislav said in Need advice 🙂 Angular or Vue and Quasar:

              I choose technology for a large project.
              Online (blogs) recommend (large project) - Angular.

              “large” as in many GB of user data (content, files, media) or “large” as many, many functionalities, options, hundreds of tables, dozens of integrations with external and internal systems?

              1 Reply Last reply Reply Quote 0
              • R
                rconstantine last edited by

                It has been almost two years since I chose Vue, but I had started with Angular and quickly abandoned it in favor of Vue. I had looked at React at the time, but I don’t recall what I didn’t like about it.

                Since then, I have developed a very large enterprise web application for my (also) very large hospital system’s pharmacy and nursing departments consisting of a Quasar frontend and ExpressJS backend connected to Active Directory and SQL Server.

                There are a number of things that have made me glad I chose this framework, but the top ones are:

                1. such excellent documentation
                2. responsive (for the most part) forums and discord
                3. continuing development which, for the most part, doesn’t break my existing code
                4. very few bugs - in fact, if there are any in the version I’m using at the moment, they aren’t exposed in my application

                I very much like the VUE file format with the HTML template on top, the JS in the middle, and CSS on the bottom. Everything I need is right there except where I bring in multiple other components which have their own VUE files. Keeping the file structure sane and understandable helps a lot, especially now that my program is 10s of thousands of lines of code.

                I use WebStorm as my IDE and with the app extension (https://www.npmjs.com/package/quasar-app-extension-ide-helper) it sometimes feels like the IDE reads my mind.

                That’s my opinion on the matter.

                1 Reply Last reply Reply Quote 2
                • First post
                  Last post