Electron
-
electron本地存储和Log位置
electron-store: https://electronjs.org/docs/api/app#appgetpathname app.getPath(name)-储存你应用…
-
ubuntu下安装 electron时报 Cannot read property 'insert' of undefined
npm ERR! Cannot read property ‘insert’ of undefined npm ERR! A complete log of…
-
Electron学习(二)之主进程与渲染进程的通讯
模拟主进程与渲染进程的通讯过程 渲染进程 根目录下添加renderer.js,既支持node js也支持dom js,示例代码如下: //这是渲染进程 const {ipcRend…