@devisfuture/electron-modular 1.1.2 → 1.1.3
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,6 +102,10 @@ app.on("ready", async () => {
|
|
|
102
102
|
|
|
103
103
|
---
|
|
104
104
|
|
|
105
|
+
## Example App
|
|
106
|
+
|
|
107
|
+
A small example app demonstrating how to use this package is available at [trae-op/quick-start_react_electron-modular](https://github.com/trae-op/quick-start_react_electron-modular). It contains a minimal React + Electron project that shows module registration, IPC handlers and window managers in action — check its README for setup and run instructions.
|
|
108
|
+
|
|
105
109
|
## Module Structure
|
|
106
110
|
|
|
107
111
|
An example of each module's structure, but you can use your own:
|
package/package.json
CHANGED