https://github.com/noherczeg/lit-pack
A lit-html playground
https://github.com/noherczeg/lit-pack
lit-element typescript webpack
Last synced: 5 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:05:05.000Z (over 3 years ago)
- Last Synced: 2025-04-06T12:27:37.495Z (about 1 year ago)
- Topics: lit-element, typescript, webpack
- Language: TypeScript
- Size: 803 KB
- Stars: 1
- Watchers: 0
- 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
```