Skip to content

niiyeboah/create-lit-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-lit-element

npm version

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.

Template

PolymerLabs/lit-element-starter-ts