Hello there!
I’m looking to create a simple iOS/Android app with a login/signup form and show users their fidelity points after logging in. The signup will require yearly payment via PayPal or Stripe. I’m working with Vue and trying to figure out the easiest framework to use for this.
Which Vue framework do you think is the most straightforward for a simple app like this, especially considering the payment integration and login/signup features?
Thank you in advance for your answers.
Hi!! So, @kusha.kpr, for a simple app like yours, I’d recommend using Vue Native. It’s a framework that allows you to use Vue.js to build mobile apps for both iOS and Android.
It has great integration with Vue’s ecosystem and makes it easy to get started with minimal setup.
You can integrate PayPal or Stripe for payments with their respective libraries, and Vue Native will handle the mobile-specific components.
Hope this helps! 
Quasar Framework.
Hi!!
@miro.vasil Vue Native is indeed awesome one. But @kusha.kpr Quasar Framework is different. It allows you to write Vue.js code for web, mobile, and desktop apps, all in one codebase.
It offers mobile-specific components and is incredibly easy to use for building simple apps.
You can also integrate PayPal or Stripe through their API and handle payments seamlessly.
It’s a strong choice if you want an all-in-one solution for web and mobile development.
I wish you luck in your pursuit. Thank you.
Hi @kusha.kpr @prynka.chatterjee @miro.vasil!
If you’re looking for something even more immediate and straightforward, try Ionic with Vue.
Ionic is known for building hybrid mobile apps, and with Vue integration, you can quickly build a cross-platform app.
It also has native support for payments via Stripe and PayPal.
Since it uses web technologies, you can prototype quickly and even deploy your app as a PWA (Progressive Web App) as well.
This gives you a fast-track option for your app development! Basically a great if you like speed! Thanks for reading 