A proposal to add an Electron platform with a plugin @capacitor-community/electron #612
FathiGuemri
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a suggestion to add Electron platform to your project ,
plugin @Capacitor-Community-Electron to generate an electron project available for Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform
I tried in my workspace with nxtend and it was pretty cool, but I had some problems and found solutions that are not workable
In the original nxtend files in node_module I modified a file
add-project.js
I added the @capacitor-community/electron platform in the platforms array
const platforms = ['ios', 'android', '@capacitor-community/electron'];
I had trouble recognizing the
@capacitor-community/electron
library from the node_modules file when running theadd
commandI just created the node_modules folder in the root of myapp and put a copy of
@capacitor-community/electron
library in itall the commands
add
copy
open
andsync
is working Exceptrun
command and this is a problemThat's it, and thanks
Beta Was this translation helpful? Give feedback.
All reactions