electronic json storage:在Electron应用程序中轻松写入和读取用户设置 源码
电子json存储 在Electron应用程序中轻松写入和读取用户设置 缺乏一种简单的方法来保存和读取应用程序的用户设置。 electron-json-storage实现了某种类似于的API,以将app.getPath('userData')定义的JSON对象写入操作系统应用程序数据目录,或从操作系统应用程序数据目录读取JSON对象。 相关模块: 安装 通过运行以下命令安装electron-json-storage : $ npm install --save electron-json-storage 您可以从main或renderer进程(带remote和不带remote )中都需要
文件列表
electron-json-storage-master.zip
(预估有个18文件)
electron-json-storage-master
.travis.yml
196B
package.json
1KB
tests
utils.spec.js
6KB
storage.spec.js
42KB
stress
process.js
2KB
start.sh
166B
package-lock.json
135KB
暂无评论