Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 523 Bytes

File metadata and controls

37 lines (20 loc) · 523 Bytes

Web Component Korben

This is a project that enables to create a Korben RSS web component

Get started

Install the dependencies...

npm install

Developing and preview the web component

Add the src/Korben.svelte Import Korben.svelte in main js Add customElement:true to compilerOption in rollup.config.js

npm run dev

Building the web component

npm run build-component

Use the web component

Copy Korben.js from public/build and use it like in /test/index.html