mirror of
https://github.com/bogeeee/pve-manager-electrified.git
synced 2026-04-26 04:35:49 +03:00
[GH-ISSUE #3] Requirements for plugins #3
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pve-manager-electrified#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bogeeee on GitHub (Apr 21, 2025).
Original GitHub issue: https://github.com/bogeeee/pve-manager-electrified/issues/3
Hey there, what do you need for it? Here's my current concept:
Plugins are, at the current stage and for simplicity, client-only. They are packaged as npm packages and published via by npm. You can list other dependencies there, and they will be automatically installed and the web will automatically be rebundled. I'll make this process very simple for the dev...;). Even thinking of offering a one-click VS-Code IDE for it, which runs in a docker container.
Also: Which hooks do you need? Planned are:
And what UI libraries do you need?
I'll definitely integrate React + Blueprintjs and add an extJs2react bridging component, as i've already done that in another project. So devs should be able to just code their panels, dialogs, etc in React.