@flowfuse/nr-assistant 0.2.2-b1748b8-202506241235.0 → 0.3.1-2c05106-202506300804.0
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 +10 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,17 +16,22 @@ This plugin is designed to assist users of the FlowFuse platform by providing to
|
|
|
16
16
|
* Function node Code Lens
|
|
17
17
|
* JSON generation in all typed inputs and JSON editors (like the inject node, change node, template node, etc)
|
|
18
18
|
* Flows Explainer
|
|
19
|
+
* HTML, VUE, and CSS generation in FlowFuse Dashboard ui-template nodes
|
|
19
20
|
|
|
20
21
|
### Function Builder
|
|
21
|
-

|
|
23
23
|
|
|
24
24
|
### JSON generator
|
|
25
|
-

|
|
27
26
|
|
|
28
27
|
### Flows Explainer
|
|
29
|
-

|
|
29
|
+
|
|
30
|
+
### FlowFuse Dashboard UI Template Assistant
|
|
31
|
+

|
|
32
|
+
|
|
33
|
+
### FlowFuse Dashboard UI CSS Assistant
|
|
34
|
+

|
|
30
35
|
|
|
31
36
|
|
|
32
37
|
## Installation
|