You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried using neutralinojs, tauri and electron to package a Vue-based website and did a quick comparison. Surprisingly, neutralinojs produces the largest binary! res.neu is incredibly 75 MB and it has to be bundled with executable file to work properly. I am using the latest neu.
The text was updated successfully, but these errors were encountered:
Hey.. thanks for reporting this issue. Looks like this is related to neutralinojs/neutralinojs#685 Please note Neutralinojs's framework size is always around 2MB and very small compared to other frameworks. But, as you mentioned, app resources also cause the size of the app. Therefore, I think we need to implement a compression mechanism with CLI. So I am transferring this issue to the CLI (it generates the bundle)
Just tried using neutralinojs, tauri and electron to package a Vue-based website and did a quick comparison. Surprisingly, neutralinojs produces the largest binary! res.neu is incredibly 75 MB and it has to be bundled with executable file to work properly. I am using the latest neu.
The text was updated successfully, but these errors were encountered: