User files in Electron: creation, modification, & loading
-
Hello everyone!
I am working on a project where I need to save user data (not anything sensitive), such as a to-do list.
I’m working with Quasar & Electron, however, I’ve watched lots of tutorials & nothing has worked for me. Whenever I get suggestions, nobody includes where the code goes or how to include it, and nobody mentions file paths.
Right now I’m trying to use nodeJs
fs
in the Vue file where the click should trigger a file save.Can someone please give me pointers on how to approach this obstacle I have? Thank you!