Plugins插件
Electron Forge has a plugin system which allows easy extensibility of the core functionality of forge. By default, Forge takes a vanilla JS application and packages, makes and publishes it.Electron Forge有一个插件系统,可以轻松扩展Forge的核心功能。默认情况下,Forge采用普通的JS应用程序并对其进行打包、制作和发布。
Through the use of plugins, you can make Forge even more powerful. For instance integrating directly with industry standard build tooling like WebPack.通过使用插件,您可以使Forge更加强大。例如,直接与行业标准构建工具(如WebPack)集成。
If you want to write your own plugin check out Writing Plugins.如果你想编写自己的插件,请查看编写插件。