electron之20190320

Posted yiyi17

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了electron之20190320相关的知识,希望对你有一定的参考价值。

一、sudo npm i electron -g一直失败

最终解决办法:使用了sudo cnpm i electron -g安装成功 

原因不详

二、打包问题

1、使用electron-packager打包

命令:

electron-packager . HelloWorld --mac --out ../HellorldApp --arch=x64 --electron-version=4.0.7 --overwrite --ignore=node_module

大概格式是这样的:

    electron-packager <应用目录> <应用名称> <打包平台> --out <输出目录> <架构> <应用版本>
更换icon
electron-packager . hello --mac --out ./hello-app --arch=x64 --electron-version=4.0.7 --overwrite --ignore=node_module --icon=./static/img/333.icns

  搜索你想要的icon:https://www.easyicon.net/1129415-Dictionary_icon.html

以上是关于electron之20190320的主要内容,如果未能解决你的问题,请参考以下文章

BGP-20190320-next-hop-self

vue2.0 代码功能片段

vscode代码片段建议bug

可以将Visual Studio代码配置为启动电子

electron之asar加密打包

Electron之Main有什么关系?