An open API service indexing awesome lists of open source software.

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.

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
```