电子json存储 在Electron应用程序中轻松写入和读取用户设置 缺乏一种简单的方法来保存和读取应用程序的用户设置。 electron-json-storage实现了某种类似于的API,以将app.getPath('userData')定义的JSON对象写入操作系统应用程序数据目录,或从操作系统应用程序数据目录读取JSON对象。 相关模块: 安装 通过运行以下命令安装electron-json-storage : $ npm install --save electron-json-storage 您可以从main或renderer进程(带remote和不带remote )中都需要