【发布时间】:2020-04-06 15:44:34
【问题描述】:
我正在尝试将现有的 redux 应用程序集成到 ElectronJS 中。
样板模板在main.js中有以下代码
mainWindow.maximize()
// and load the index.html of the app.
mainWindow.loadFile('index.html')
我想将 index.html 更改为我的 React 应用程序的 index.js 文件。
【问题讨论】: