https://github.com/bengeendokter/custom-element
Web component test with Lit and Rollup.
https://github.com/bengeendokter/custom-element
lit rollup web-components
Last synced: 5 months ago
JSON representation
Web component test with Lit and Rollup.
- Host: GitHub
- URL: https://github.com/bengeendokter/custom-element
- Owner: bengeendokter
- Created: 2024-02-04T12:44:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T19:19:46.000Z (over 2 years ago)
- Last Synced: 2025-04-06T09:18:13.511Z (about 1 year ago)
- Topics: lit, rollup, web-components
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Element
Web component test build with Lit and Rollup. Uses pnpm as package manager.
## Make build
```node.js
pnpm build
```
## Serve build
```node.js
pnpm serve
```
## Run development server with watch mode
```node.js
pnpm dev
```