mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
[feat] up ee-bin & ee-core
This commit is contained in:
@@ -48,12 +48,12 @@ Whether you're a frontend developer, backend developer, operations engineer, gam
|
||||

|
||||
|
||||
## 📦 characteristic
|
||||
1. 🍄 Cross - platform: One set of code can be packaged into Windows, Mac, Linux versions, as well as domestic versions like UOS, Deepin, and Kylin.
|
||||
1. 🍄 Cross platform: One set of code can be packaged into Windows, Mac, Linux versions, as well as domestic versions like UOS, Deepin, and Kylin.
|
||||
2. 🌹 Architecture: Single - business process / modular / multi - task (process, thread, rendering process), which simplifies the development of large - scale projects.
|
||||
3. 🌱 Simple and efficient: Supports JavaScript (js) and TypeScript (ts).
|
||||
4. 🌴 Independent front - end: Theoretically supports any front - end technology, such as Vue, React, HTML, etc.
|
||||
5. 🍁 Engineering - oriented: Desktop software can be developed using the development concepts of front - end and back - end.
|
||||
6. 🌷 High - performance: Event - driven, non - blocking I/O.
|
||||
4. 🌴 Independent frontend: Theoretically supports any frontend technology, such as Vue, React, HTML, etc.
|
||||
5. 🍁 Engineering oriented: Desktop software can be developed using the development concepts of frontend and backend.
|
||||
6. 🌷 High performance: Event driven, non blocking I/O.
|
||||
7. 🌰 Rich in functions: Configuration, communication, plugins, database, upgrade, packaging, tools... everything is available.
|
||||
8. 💐 Secure: Supports bytecode encryption, compression, and obfuscation encryption.
|
||||
9. 🌻 Function demos: Common functions of desktop software, with the framework integrating or providing demos.
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
"@electron/rebuild": "^3.7.1",
|
||||
"@types/node": "^20.16.0",
|
||||
"debug": "^4.4.0",
|
||||
"ee-bin": "^4.1.2",
|
||||
"ee-bin": "^4.1.4",
|
||||
"electron": "^31.7.6",
|
||||
"electron-builder": "^25.1.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"ee-core": "^4.0.0",
|
||||
"ee-core": "^4.0.1",
|
||||
"electron-updater": "^6.3.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user