1.0.2 • Published 2 years ago

@sammyl/lit-library v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.git

Then, navigate into the project directory and install the dependencies:

cd lit-ts-playground
yarn install

Usage

To start the development server, run:

yarn run serve

To build the project, run:

yarn run build

To generate a new component, run:

yarn run generate-component component-name

Or use the shorthand:

yarn run gc component-name

Author

This project is created and maintained by Shmuel Leider. You can reach him at sam.leider@hotmail.com.

License

This project is licensed under the MIT License.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago