You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The projects listed is only available for desktop or Cordova.
Any full-stack open-source projects available?
The text was updated successfully, but these errors were encountered: