エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
const childProcess = window.require("child_process") childProcess.exec("ls", (error, stdout, stde... const childProcess = window.require("child_process") childProcess.exec("ls", (error, stdout, stderr) => { if(error != null){ console.log(error) }else{ console.log(stdout) } }) はじめに electronが参照するhtmlファイルとしてreactによってbuildされたファイルを指定することで、electron上でreactを使うことができる。 https://qiita.com/maecho/items/c34de805101ae489532e https://qiita.com/tashxii/items/290a3421d520bdae0c36 reactのために蓄積された資源をデスクトップアプリに用いることがで