Skip to content

Commit 0494dac

Browse files
feat(commands): add Web Components app creation example and update React wrappers
1 parent a4151de commit 0494dac

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

skills/ignite-ui-cli-skill.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,12 @@ ig new "MyApp" --framework=angular --type=igx-ts --template=side-nav-auth
137137
ng g @igniteui/angular-schematics:upgrade-packages
138138
# Will prompt for Infragistics credentials
139139
```
140+
141+
**"Create a new Web Components app with a grid"**
142+
```bash
143+
ig new "WCApp" --framework=webcomponents --type=igc-ts --template=side-nav
144+
cd WCApp
145+
ig list # confirm: grid templateId
146+
ig add grid ProductsGrid
147+
ig start
148+
```

skills/reference/commands.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ ig new "<AppName>" --framework=<f> --type=<t> --template=<tmpl> --theme=<theme>
2020
| Angular | `igx-ts-legacy` | Ignite UI for Angular — module-based bootstrapping |
2121
| Angular | `ig-ts` | Ignite UI Angular JS Wrappers |
2222
| React | `igr-es6` | Ignite UI for React (native components) |
23-
| React | `ig-ts` | Ignite UI jQuery React Wrappers |
23+
| React | `igr-ts` | Ignite UI React Wrappers |
24+
| WebComponents | `igc-ts` | Ignite UI WebComponents |
2425
| jQuery | `js` | Default — `--type` not required |
2526

2627
### Templates

0 commit comments

Comments
 (0)