Check out the Help menu item:
Like the other menu items, if you don't provide a custom application menu template, the Electron shell does this for you at runtime. Let's change that and provide a simple About Editor Component menu item that opens the home page of the SimpleMDE markdown editor component we are using for our application:
- First of all, create a new file called menu.js in the project's root folder.
Here, you need to import the Menu and shell objects ...