Why Electron, not just fat JAR or executable server, or just a bunch of HTML/CSS/JS?
Pacharapol Withayasakpunt
Posted on May 11, 2020
BTW, how do I convert server fat JAR into *.exe / *.app?
I think Neutralino.js falls into the second category as well. It is just superficially windowed.
BTW, using Neutralino.js with Vue CLI necessitates these settings.
// vue.config.js
module.exports = {
outputDir: 'dist/app',
assetsDir: 'assets'
}
Where neutralino-*
is at dist/
, and there are at least
dist/app/settings.json
dist/app/assets/neutralino.js
-
<script src="/neutralino.js"></script>
indist/app/index.html
-
dist/storage/
folder
💖 💪 🙅 🚩
Pacharapol Withayasakpunt
Posted on May 11, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
discuss Why Electron, not just fat JAR or executable server, or just a bunch of HTML/CSS/JS?
May 11, 2020