generator-polymer-init-polymer-3-element
v0.0.4
Published
An easy way to spin up Polymer3 elements
Downloads
10
Readme
Generator-polymer-init-polymer-3-element
A yeoman generator that integrates with the polymer cli to spin up polymer3 components
Installation
npm i -g generator-polymer-init-polymer-3-element
or
git clone https://github.com/matteo-hertel/generator-polymer-init-polymer-3-element
cd generator-polymer-init-polymer-3-element
yarn
npm link
Usage
mkdir test-element
cd test-element
polymer init
Test the new element
once the process is completed a simple yarn dev
will open the browser and the new element will render on the page!
Contributions
You're more then welcome to contribute to the generator, in the future an official one will be released and by no means this will be as polished as anything the polymer team will release