docs: small updates to getting-started
This commit is contained in:
parent
46ad64d5aa
commit
1bb352f893
1 changed files with 1 additions and 3 deletions
|
|
@ -9,11 +9,9 @@ When you extend the WebComponent class for your custom element, you only have to
|
|||
|
||||
The result is a reactive UI on property changes.
|
||||
|
||||
You can see every feature running at [demo.webcomponent.io ↗](https://demo.webcomponent.io/) — a live gallery with the source alongside each demo. Individual demos are linked from the guide that covers them, and the full list is in [Examples](/examples/#live-demo-gallery).
|
||||
|
||||
## Quick start
|
||||
|
||||
The fastest way to try wcb is to scaffold a new component with [`create-wcb`](https://www.npmjs.com/package/create-wcb):
|
||||
The fastest way to try wcb is to scaffold a new component:
|
||||
|
||||
```bash
|
||||
npm create wcb@latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue