create-lit-element
v0.5.2
Published
An npm initializer for creating LitElement based web components.
Downloads
21
Maintainers
Readme
create-lit-element
This is an npm init <initializer>
for creating LitElement
based web components with TypeScript.
Usage
Enter one of the following commands:
npm init lit-element <directory-name>
Or
npx create-lit-element <directory-name>
Or
yarn create lit-element <directory-name>
If you do not provide a <directory-name>
it will default to your current working directory.
Follow the prompts to setup your workspace.