ee-core 2.2.0-beta.5 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
|
-
|
|
2
|
-
A simple, cross-platform, enterprise-level desktop software development framework
|
|
1
|
+
### introduction
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
You can use ee-core as a **module**
|
|
4
|
+
|
|
5
|
+
[introduction](https://www.kaka996.com/pages/85c531/)
|
|
6
|
+
|
|
7
|
+
[中文文档](https://www.kaka996.com/pages/85c531/)
|
|
8
|
+
|
|
9
|
+
### module list
|
|
10
|
+
|
|
11
|
+
#### addon
|
|
12
|
+
plug-in module
|
|
13
|
+
|
|
14
|
+
#### bin
|
|
15
|
+
Command line module.
|
|
16
|
+
|
|
17
|
+
#### config
|
|
18
|
+
Configuration Module
|
|
19
|
+
|
|
20
|
+
#### const
|
|
21
|
+
Define the universal constants used in the framework.
|
|
22
|
+
|
|
23
|
+
#### controller
|
|
24
|
+
Controller module
|
|
25
|
+
|
|
26
|
+
#### ee
|
|
27
|
+
EE module
|
|
28
|
+
|
|
29
|
+
#### electron
|
|
30
|
+
The electric function encapsulated by the framework will provide APIs in this module.
|
|
31
|
+
|
|
32
|
+
#### exception
|
|
33
|
+
Capture exception modules.
|
|
34
|
+
|
|
35
|
+
#### httpclient
|
|
36
|
+
HTTP client.
|
|
37
|
+
|
|
38
|
+
#### jobs
|
|
39
|
+
Jobs module.
|
|
40
|
+
|
|
41
|
+
#### loader
|
|
42
|
+
loader module
|
|
43
|
+
|
|
44
|
+
#### log
|
|
45
|
+
log module
|
|
46
|
+
|
|
47
|
+
#### message
|
|
48
|
+
Message module. Sending messages between the main process and child processes.
|
|
49
|
+
|
|
50
|
+
#### ps
|
|
51
|
+
Process tool class module.
|
|
52
|
+
|
|
53
|
+
#### services
|
|
54
|
+
services module
|
|
55
|
+
|
|
56
|
+
#### socket
|
|
57
|
+
Provide socket communication function.
|
|
58
|
+
|
|
59
|
+
#### storage
|
|
60
|
+
Storage module. Provide JSON database and sqlite database.
|
|
61
|
+
|
|
62
|
+
#### tools
|
|
63
|
+
Script module. Encrypt and move resources.
|
|
64
|
+
|
|
65
|
+
#### utils
|
|
66
|
+
Tool library module.
|