File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ and run:
21
21
``` bash
22
22
npm start
23
23
```
24
+ To generate new component, run:
25
+
26
+ ``` bash
27
+ npm run generate
28
+ ```
24
29
25
30
To build the app for production, run:
26
31
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export class AppProfile {
59
59
< tr >
60
60
< td > stenciljs-components</ td >
61
61
< td > < a href = "https://www.npmjs.com/package/stenciljs-components" target = "_blank" > Visit</ a > </ td >
62
- < td > 1.0.7 </ td >
62
+ < td > 1.0.8 </ td >
63
63
</ tr >
64
64
< tr >
65
65
< td > FLUID Library</ td >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export class WebComponents {
13
13
render ( ) {
14
14
return (
15
15
< div >
16
- < p > URL of this component library:</ p >
16
+ < p > URL of this component library:< a href = "https://sanjeetkumaritoutlook.github.io/stenciljs-components/" target = "_blank" > Visit </ a > < /p >
17
17
< my-rich-text-editor initial-value = "this is initial value" placeholder = "angular placeholder" > </ my-rich-text-editor >
18
18
19
19
< my-card user-name = "CodingLocker" > </ my-card >
You can’t perform that action at this time.
0 commit comments