vaadin-elements-cli

A command-line tool for Vaadin Elements.

Usage no npm install needed!

<script type="module">
  import vaadinElementsCli from 'https://cdn.skypack.dev/vaadin-elements-cli';
</script>

README

Vaadin Elements CLI

A command-line tool for Vaadin Elements.

Usage

 vaadin-elements init <element-name>

 Options:

    -h, --help                 output usage information
    -d, --dependencies         install npm and bower dependencies
    -f, --folder <folder>      directory name

Installation

  • Install Node.js, git and bower
  • Run npm install -g vaadin-elements-cli
  • Run vaadin-elements init <element-name>