We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基于 Electron 的 App 明显占用了较大的体积,且会产生大量文件 是否有考虑过使用新兴前端 App 框架 Tauri?
The text was updated successfully, but these errors were encountered:
其实主要问题是Naive UI组件库导致,它不仅会占用较大体积,而且它的图像I/O资源存在严重的内存泄漏(闭包导致,所以必须启用自动内存清理,代价就是内存超出后客户端会闪屏一下为了清理内存),终归到底是Naive UI不适用于Electron这种类型的开发(但是目前为了快速开发功能并发布,只能作为延缓之计)。 功能开发完善后,我会着手将Naive UI组件库逐步替换为原生H5组件,如果到时候在占用内存和体积仍然没有太大的改进至达到Github常规软件的标准。 会从electron-react-boilerplate模版和Tauri(Rust+Vue+TS)中选择其一来进行NSMusicS的客户端重构,至于到时候重构该选择哪种框架,就得看具体代码迁移落地的表现了
Sorry, something went wrong.
我个人偏好是不喜欢 Build 出来一堆文件,这也是我选择 Tauri 的原因:跨平台单文件输出 安装后也仅仅会留下程序主文件和 Uninstall 文件
No branches or pull requests
基于 Electron 的 App 明显占用了较大的体积,且会产生大量文件
是否有考虑过使用新兴前端 App 框架 Tauri?
The text was updated successfully, but these errors were encountered: