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 --save
Once 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-element
repository and clone it locally. -
Make sure you have yarn installed.
-
When in the
vcf-element
directory, runyarn
to install dependencies. -
Run
yarn start
to open the demo.
Apache License 2.0