Update libs/README.md

This commit is contained in:
Warren Buckley
2023-03-23 09:41:22 +00:00
committed by GitHub
parent 1591f9eef2
commit 6cf65d8c4d

View File

@@ -87,7 +87,7 @@ customElements.define('my-custom-dashboard', MyDashboardElement);
### TypeScript with Lit
First install Lit and Vite. This command will create a new folder called "my-package". Choose "lit" and "typescript" when prompted.
First install Lit and Vite. This command will create a new folder called `my-package` which will have the Vite tooling and Lit for WebComponent development setup.
```bash
npm create vite@latest -- --template lit-ts my-package