ElectronEgg v3.7.0 officially released, cross-platform desktop software development

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:https://gitee.com/dromara/electron-egg 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.
  8. [Added] Added demo branch, (frontend) loading animation, login window effect, and local image loading effect.
  9. [Added] Added demo branch, (electron) jsondb directory switching function, and java plug-in status checking function.
  10. [Optimization] Optimize the log prompt of the ee-bin command and add color effects.
  11. [Optimization] Optimize ee-core config.openDevTools to support parameter passing.
  12. [Optimization] Optimize http service listen parameters.
  13. [Optimization] Optimize development experience.
  14. 【Fix】Fix the getPort port acquisition bug.
  15. 【Delete】Delete app.on ('activate'), app.on ('second-instance').
  16. 【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 www.oschina.net/news/258742/electron-egg-3-7-0