DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

3 1

Why Electron, not just fat JAR or executable server, or just a bunch of HTML/CSS/JS?

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'
}
Enter fullscreen mode Exit fullscreen mode

Where neutralino-* is at dist/, and there are at least

  • dist/app/settings.json
  • dist/app/assets/neutralino.js
  • <script src="/neutralino.js"></script> in dist/app/index.html
  • dist/storage/ folder

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay