From c400ec94b9719be1ddfe37c88ad293f3afdfc036 Mon Sep 17 00:00:00 2001 From: Konstantinos Norgias Date: Thu, 8 Jun 2023 16:19:42 +0200 Subject: [PATCH] chore: add info how to install each package --- docs/guides/how-to/get-started.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/guides/how-to/get-started.md b/docs/guides/how-to/get-started.md index b708a4246..cced37fd4 100644 --- a/docs/guides/how-to/get-started.md +++ b/docs/guides/how-to/get-started.md @@ -22,8 +22,22 @@ npm init @open-wc ### Install lion packages +To get started with consuming lion's UI components install package `@lion/ui` as follows: + ```bash -npm i @lion/ +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