quasar-awesome icon indicating copy to clipboard operation
quasar-awesome copied to clipboard

Any projects capable with both Electron and Cordova?

Open hugetiny opened this issue 5 years ago • 2 comments

The projects listed is only available for desktop or Cordova. Any full-stack open-source projects available?

hugetiny avatar Jun 01 '19 11:06 hugetiny

What do you mean by full-stack open-source projects? Do you want to see a projects's source code or do you want to know if Quasar can successfully generate Electron and Cordova apps from the same project?

If the latter, then yes. With Electron, depending on your objective, you might be able to build the full stack for all devices all on the macOS. If more sophisticated builds are needed, then you'll need to build each Electron app on its native OS.

  • Mobile Apps: Build process on a macOS and can generate both iOS/Android apps.

  • Electron: I can build a basic Linux, Win, and macOS app on macOS. qasar build -m electron --target all --bundler builder

  • Web app: Also, build a SPA app on macOS. quasar build -t spa

Have yet to sign any of them or do any sophisticated packaging of the installer. Best part is you can setup all this with command line and copy-past from the Quasar docs. On a single macOS machine and was a really smooth process.

jimoquinn avatar Jul 09 '19 05:07 jimoquinn

A bit late but, if you're interested on an open-source quasar project that user both Electron and Capacitor in one codebase, I've built one last year: https://github.com/vycoder/qodo

vycoder avatar Jan 11 '21 11:01 vycoder