@wonkytech/vaadin-elements
v0.1.2
Published
Attempting to build a Pika package for the Vaadin web components.
Downloads
37
Readme
Vaadin Components
Installation
npm install --save @wonkytech/vaadin-elementsUsage
<script type="module">
import '@wonkytech/vaadin-elements';
</script>
<vaadin-text-field label="Text" value="Some text..."></vaadin-text-field>Build this package
After adding any extra Vaadin components to the package.json file, build the pika package.
./bin/build.shCommit changes, and push to the git repository.
publish the pika package:
pika publishCommit remaining changes.
