DEV Community

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

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 🙂