I'm want write a simple one page application that utilizes JSON data stored on a local hard drive. I will use VueJS V3 for data binding to the HTML page.
The HTML page will be a data entry form that when the user presses the save button, the local JSON data will be updated.
That said, I have no clue within VueJS of how to read/write to a local JSON fie.
Anyone have a simple example to share with me?
Thanks in advance or any help.