vue-cli-plugin-electron-builder icon indicating copy to clipboard operation
vue-cli-plugin-electron-builder copied to clipboard

High Quality examples for IPC

Open daveKoala opened this issue 2 years ago • 0 comments

If these already exist then please ignore.

I've been looking for high quality examples to move beyond the basic set up. Searching the internet there are many examples that look okay until you dig a bit deeper.

In my case its a Vue 3 with Typescript:

  • Setting the application menu depending on what route is being rendered
  • IPC communication from the main process down to a single file component. E.g. click application menu item and listen within a component file.

daveKoala avatar Nov 23 '21 13:11 daveKoala