@sammyl/lit-library
v1.0.2
Published
An Easy typescript starter project to create and view Lit WebComponents
Downloads
2
Readme
Lit Playground
An Easy typescript starter project to create and view Lit WebComponents.
Description
This project is a simple and easy-to-use starter kit for creating and viewing Lit WebComponents using TypeScript. It's set up with a development server, build process, and a script for generating new components.
Installation
First, clone the repository:
git clone https://github.com/sammyl720/lit-ts-playground.gitThen, navigate into the project directory and install the dependencies:
cd lit-ts-playground
yarn installUsage
To start the development server, run:
yarn run serveTo build the project, run:
yarn run buildTo generate a new component, run:
yarn run generate-component component-nameOr use the shorthand:
yarn run gc component-nameAuthor
This project is created and maintained by Shmuel Leider. You can reach him at [email protected].
License
This project is licensed under the MIT License.
