Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any projects capable with both Electron and Cordova? #96

Open
hugetiny opened this issue Jun 1, 2019 · 2 comments
Open

Any projects capable with both Electron and Cordova? #96

hugetiny opened this issue Jun 1, 2019 · 2 comments

Comments

@hugetiny
Copy link
Contributor

hugetiny commented Jun 1, 2019

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

@hugetiny hugetiny changed the title Any projects both capable with Electron and Cordova? Any projects capable with both Electron and Cordova? Jun 2, 2019
@jimoquinn
Copy link

jimoquinn commented Jul 9, 2019

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.

@vycoder
Copy link
Contributor

vycoder commented Jan 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants