NOTE: This is a template for creating LitElement based web components with TypeScript.
Run yarn and follow the prompts to setup the workspace.
Install vcf-element:
npm i @vaadin-component-factory/vcf-element --saveOnce installed, import it in your application:
import '@vaadin-component-factory/vcf-element';Add <vcf-element> element to the page.
<vcf-element></vcf-element>-
Fork the
vcf-elementrepository and clone it locally. -
Make sure you have yarn installed.
-
When in the
vcf-elementdirectory, runyarnto install dependencies. -
Run
yarn startto open the demo.
Apache License 2.0
