An open API service indexing awesome lists of open source software.

https://kevinpschaaf.github.io/lit-migration-guide/

Polymer-to-Lit migration guide
https://kevinpschaaf.github.io/lit-migration-guide/

Last synced: 5 months ago
JSON representation

Polymer-to-Lit migration guide

Awesome Lists containing this project

README

        

# Polymer to Lit migration guide

A set of code examples showing migration guidance from Polymer to Lit for
specific aspects of component responsibility.

## Build/serve

```
npm install
npm run go
```