https://kevinpschaaf.github.io/lit-migration-guide/
Polymer-to-Lit migration guide
https://kevinpschaaf.github.io/lit-migration-guide/
Last synced: 28 days ago
JSON representation
Polymer-to-Lit migration guide
- Host: GitHub
- URL: https://kevinpschaaf.github.io/lit-migration-guide/
- Owner: kevinpschaaf
- Created: 2021-01-06T21:20:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T16:57:45.000Z (over 4 years ago)
- Last Synced: 2025-05-01T19:04:18.337Z (about 1 month ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lit - Polymer → Lit Migration Guide - Code examples showing migration guidance from Polymer to Lit. (Examples)
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
```