Need advice :-) Angular or Vue and Quasar
-
Hi,
I choose technology for a large project.
Online (blogs) recommend (large project) - Angular.What do you advise?
Thanks
-
mobile app, website, PWA? What are your ( teams) skills? If mobile what native features do you plan on using?
-
@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
-
Wordpress? Sorry but you need to be more detailed in what you want to build.
-
@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?
-
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:
- such excellent documentation
- responsive (for the most part) forums and discord
- continuing development which, for the most part, doesn’t break my existing code
- 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.