electron

electronのpackageからappxを作ってローカルに証明書でサインしてインストールしてみる

electron-packagerをインストールします。 npm install electron-packager -g packageを作ります。 electron-packager . "Sample" --platform=win32 --arch=x64 electron-windows-storeをインストールします。 npm install -g electron-windows-store できた…

node-gypでwindowsのnative moduleをコンパイルしたい

windows-build-toolsは途中で止まってうまくいかなかったので手動でインストールします。まずはVisual Studio Build Toolsとpython2.7.15をダウンロードしてインストールします。それとnpmもインストールします。 https://visualstudio.microsoft.com/thank-…

electronでvue.jsのエラー

もしvue js で You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build と言われてwebpack使っていないという時は node…