quasar app and server at the same time?
-
any way to deploy quasar electron app and that this serve at same time on the on a web app in a specific port?
-
Can you rewrite your question and elaborate some more please?
Scott
-
@pedrazadixon yeah see cli commands at docs pertaining the builds you want.
-
@s-molinari please see this example:
https://github.com/pedrazadixon/electron_plus_server
is a simple electron app that at same time create a http server listen in any browser (port 8081).
my idea is implement similar app using a electron quasar app and build this for deployment.
when i build a electron quasar app this uses the files from de static asar file. but i don’t know if is possible replace asar file by a http server.
sorry for my bad english.