Skip to content

Instantly share code, notes, and snippets.

View gnopor's full-sized avatar

Blaise Tayou gnopor

View GitHub Profile
@gnopor
gnopor / download vios-adventerprisek9-m.vmdk.SPA.156-1.T
Created April 25, 2020 08:18
To download vios-adventerprisek9-m.vmdk.SPA.156-1.T, use the link bilow.
https://upw.io/w6/vios-adventerprisek9-m.vmdk.SPA.156-1.T
@gnopor
gnopor / Solved Ionic base React app with electron...
Last active May 23, 2020 00:58
Use this to fix on bug Ionic base React app with electron white / blank page
Solved: fix bug Ionic base React app with electron white / blank page
Note: For launch the app with electron, follow these steps:(forgive my English I am native french speaker)
1. First of all forget about the electron folder, do not touch it.
2. In your react/ionic directory which is your root directory for the app,add the following in your package.json file: "homepage": "./"
3. Now from your react/ionic directory which is your root directory for the app, navigate to the "public" directory and update your index.html file replacing <base href="/" /> with: <base href="./" />
4. Now run the following command and that is it...
a. ionic build && npx cap copy