Update libs/README.md

Co-authored-by: Warren Buckley <warren@umbraco.com>
This commit is contained in:
Jacob Overgaard
2023-03-23 10:32:41 +01:00
committed by GitHub
parent f8e1b074dd
commit 6a3a452239

View File

@@ -90,7 +90,7 @@ customElements.define('my-custom-dashboard', MyDashboardElement);
First install Lit and Vite. This command will create a new folder called "my-package". Choose "lit" and "typescript" when prompted.
```bash
npm create vite@latest my-package
npm create vite@latest -- --template lit-ts my-package
```
Go to the new folder and install the backoffice package.