@blocklet/aigne-hub 0.4.32 → 0.4.33
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 +7 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# AIGNE Hub
|
|
1
|
+
# AIGNE Hub Library
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Common UX components for AIGNE Hub
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -13,17 +13,15 @@ function App() {
|
|
|
13
13
|
}
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Development
|
|
17
17
|
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
# develop with @blocklet/aigne-hub and storybook
|
|
18
|
+
```bash
|
|
19
|
+
# Develop with @blocklet/aigne-hub and Storybook
|
|
21
20
|
npm run dev
|
|
22
21
|
|
|
23
|
-
#
|
|
22
|
+
# Develop with @blocklet/aigne-hub only
|
|
24
23
|
npm run watch
|
|
25
24
|
|
|
26
|
-
#
|
|
25
|
+
# Develop with Storybook only
|
|
27
26
|
npm run storybook
|
|
28
|
-
|
|
29
27
|
```
|