Sunday 30 July 2017

Packaging electron-enabled apps best practice?

I'm developing a node apps using generator-express-no-stress and are using electron for running a simple PDF converter. What I'm now pondering is that how should I choose to distribute my code after building and packaging it? If I refer to 12 factor, I shouldIf the app needs to shell out to a system tool, that tool should be vendored into the app.Now, electron has different distribution for different OS. How should I tackle this problem?

Submitted July 30, 2017 at 03:13PM by wilwol

No comments:

Post a Comment