ElectronEgg v3.7.0 officially released, desktop uni-app

Why use

Desktop software (office-oriented, personal tools) will still be one of the PC needs in the next ten years to improve work efficiency.

Electron technology is a popular trend, QQ, Baidu Translate, Alibaba Cloud Disk, Thunder, Youdao Cloud Notes...

Simple

Just know JavaScript

Open source

gitee: electron-egg: An easy-to-get, cross-platform, enterprise-level desktop software development framework.  3700+

github:https://github.com/dromara/electron-egg 1000+

This update

### 3.7.0

1. [Added] Added config/bin.js configuration file to handle ee-bin function configuration items in a unified manner.
2. [Added] Add the ee-bin dev command and start the frontend electron service at the same time.
3. [Added] Added ee-bin start command to start electron using node spawn.
4. [Added] Added ee-bin build command to build a process containing renderer process data.
5. [Added] Added ee-core boot and failure pages to optimize the development experience.
6. [Added] Added ee-core jsondb support for modifying the data storage directory.
7. [Added] Added ee-bin rd parameter, supporting dist and target parameters.
9. [Added] Added demo branch, (frontend) loading animation, login window effect, and local image loading effect.
10. [Added] Added demo branch, (electron) jsondb directory switching function, and java plug-in status checking function.
11. [Optimization] Optimize the log prompt of the ee-bin command and add color effects.
12. [Optimization] Optimize ee-core config.openDevTools to support parameter passing.
13. [Optimization] Optimize http service listen parameters.
14. [Optimization] Optimize development experience.
15. [Fix] Fixed the getPort port acquisition bug.
16. [Delete] Delete app.on ('activate'), app.on ('second-instance').
17. [Upgrade] Upgrade ee-core -> v2.5.0, upgrade ee-bin -> 1.2.0

scenes to be used

1. Regular desktop software 

  • windows platform-demo

  • macOS platform-demo

  • linux platform-domestic UOS, Deepin-demo

  • linux platform (free) - demo

2. Convert vue, react, and web into desktop software

  • vue-ant-design (local)

  • ZenTao project management (web project address)

3. User cases

    

    

    

More cases

    Visit the official website: electron-egg: an easy-to-get started, cross-platform, enterprise-level desktop software development framework

Guess you like

Origin blog.csdn.net/qq_32660241/article/details/132868345