-
Hi, currently I'm rewriting an existing app published on stores and I decided to go with Nextron.
But I don't see any documentacion about deploy to stores.
Is this supported or in the scope?
mqtik updated
4 years ago
-
Hello !
As I would like to use svg files into my code, I'm trying to follow this https://blog.logrocket.com/how-to-use-svgs-in-react/#:~:text=SVGs%20can%20be%20imported%20and,%7D%20from%20'.%2Flogo.
…
-
• cannot get, wait **error=Get "https://service.electron.build/find-build-agent?no-cache=1flq141": dial tcp 51.15.76.176:443: connectex: A connection attempt failed because the connected party did …
-
![image](https://user-images.githubusercontent.com/14911120/100384172-ce686680-301f-11eb-8de6-5ec049479f67.png)
As of today, this is what happen when I clone my repository based on nextron. I tried t…
-
This expression is not constructable.
Type 'typeof ElectronStore' has no construct signatures.ts(2351)
create-window.ts(6, 1): Type originates at this import. A namespace-style import cannot be ca…
-
#### Issue description
Good afternoon.
The build version of api-routes examples does not work, the application can't access the route app://.//api/people.
#### Steps to reproduce the issue
1…
-
It's not a big issue, I think, but for some reasons, when I replaced the original icon with mine, this happened :
- I add my icon into resources, as a icns and as a ico file
- I change the name of …
-
How to properly deploy the application with [now.sh](https://now.sh)?
I mean, I want to have both types of application:
1. in an electron wrapper
2. and as a web service
My main concern is h…
-
I have a project to have a boilerplate based on `nextron` for the rest of my projects :P
So the thing is, I have a build working fine on `dev`, but when I run the app from the `build` I get this on…
-
As far as I know, we have to use IPC to interact with the Vuex store at the moment right?
Is there any direct method to manipulate the store via main process that I don't know of?