Ecosyste.ms: Awesome

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: 3 months ago
JSON representation

Polymer-to-Lit migration guide

Lists

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
```