chore: add info how to install each package

This commit is contained in:
Konstantinos Norgias 2023-06-08 16:19:42 +02:00 committed by Thijs Louisse
parent 00ccd5cfd4
commit c400ec94b9

View file

@ -22,8 +22,22 @@ npm init @open-wc
### Install lion packages ### Install lion packages
To get started with consuming lion's UI components install package `@lion/ui` as follows:
```bash ```bash
npm i @lion/<package-name> npm i @lion/ui
```
You can install lion's ajax package with:
```bash
npm i @lion/ajax
```
You can install lion's singleton-manager package with:
```bash
npm i --save singleton-manager
``` ```
### Extend a Web Component ### Extend a Web Component