|
With VS code the liveserver plugin is great for anything HTML webpage based, and I used it with ElectronJS but then the nodejs functionality would not work, even thought the nodeintegration flag was set to true, and that is because as a webpage it cannot expose a route for the page to access the filesystem via node so those functions were only possible via the app view. Installed hot-reloading (https://www.geeksforgeeks.org/hot-reload-in-electronjs/) and it works well so that saves will update the state of the app! |
Answered by
mantzaris
May 14, 2021
Replies: 1 comment
|
completed |
0 replies
Answer selected by
mantzaris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
completed