DEV Community

Discussion on: Is it possible to write a JSON file from a vue program?

Collapse
 
massiva2 profile image
massiva2

Hello, thank you for your answer. But in the proposals it gives it does not write to a file. I have a file and I need to inject my data from the program to my file
Yes the database I will use it only when the program is running

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

The Blob and Electron fs methods both will create a file - it's just a matter of saving the file to the location where your app is expecting it to be 🙂