Learn the basics of electron configurations before attempting to write out the configuration for any specific element. Electron configurations have three main parts: a number that tells you the energy level, a letter that tells you the specific orbital, and a superscript number that tells you the ...
The tunnel we created earlier on our local machine was sent to the background, so closing the terminal window you used to open the tunnel won’t terminate it. To terminate the tunnel we need to identify the Process ID (PID) using thepscommand, and then terminate the pro...
Shotcut to create App en: Open package.json and insert inside on scripts: "scripts": { ... "packager:win:1": "electron-packager . --overwrite --platform=win32 --arch=ia32 --out=release-builds", "packager:win:2": "electron-packager . --overwrite --platform=win32 --arch=ia32 -...
Since I mainly use VS Code to write C++, I've found it most convenient to have my shortcut for launching VS Code always run vcvarsall.bat first. That way, I don't need to configure anything per-project for the C++ extension to work. ...
Here in the documentation there is a brief discussion of using electron-builder. https://webpack.electron.build/building Near the end of this documentation, we see: Further configurations can be made in accordance to electron-builder's d...