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
- Host: GitHub
- URL: https://kevinpschaaf.github.io/lit-migration-guide/
- Owner: kevinpschaaf
- Created: 2021-01-06T21:20:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T16:57:45.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T05:34:57.482Z (6 months ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- 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
```