Quasar/Vue vs Ionic/Angular
-
Hi,
I am going to start a new project in few weeks which can support multiple platforms - SPA / Android App / IOS App. I have option to choose framework from Quasar with Vue and Ionic with Angular. This is medium size project. Could you please guide me why I should stay with Quasar/Vue not Ionic/Angular ?
-
Because it’s Angular and not Vue. Case closed.
Scott
-
Do any of the devs know/ have any experience with Angular( not Angular.js btw)? If not seriously consider Vue.
Is the SPA part important? Vue
Why? Because Ionic’s UI components are more designed towards mobile use, and not optimized for desktop.
For example: want tooltips? nope , not without a plugin that’s not maintained.
no tooltips to be found…
https://ionicframework.com/docs/componentstooltip plugins…
https://github.com/zyra/ionic-tooltips -
@arkaprova you can use quasar with ionic’s capacitor. you can also use typescript in quasar/vue if that’s what you prefer https://github.com/quasarframework/app-extension-typescript. head to our discord’s typescript channel if you need help setting it up.
-
@metalsadman thank you for your reply. Could you please conform is Typescript fully supported in Quasar ?