electron引用nodejs模块

使用require,暂不支持import写法

另外,在主进程中


new BrowserWindow({

  webPreferences: {

    nodeInteration: true

  }

})

原文地址:https://www.cnblogs.com/Mr-Kahn/p/11642687.html