https://github.com/noherczeg/lit-pack
A lit-html playground
https://github.com/noherczeg/lit-pack
lit-element typescript webpack
Last synced: about 2 months ago
JSON representation
A lit-html playground
- Host: GitHub
- URL: https://github.com/noherczeg/lit-pack
- Owner: noherczeg
- License: mit
- Created: 2019-02-10T17:13:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:05:05.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:19:21.714Z (4 months ago)
- Topics: lit-element, typescript, webpack
- Language: TypeScript
- Size: 803 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lit-pack
A lit-html playground## install
```
npm install
```## Development
```
npm start
```## Production
```
npm run build
```