Electron

Electron

テキストエディターを作ってElectronの基礎を学ぼう! HTML5でPCアプリ開発入門 - ICS MEDIA

Node.js の exports require を使えるようにする

そのままでは使えないのでこのように nodeIntegration オプションを書く

app.on('ready', () => {
  mainWindow = new BrowserWindow({
    webPreferences: {
      nodeIntegration: true
    },
    width: 600,
    height: 400
  });
electron.txt · 最終更新: 2020-02-11 15:07 by ore