Skip to content

Vite + Lit Library Starter Template

License

Notifications You must be signed in to change notification settings

ms-fadaei/vite-lit-library-starter

Repository files navigation

Vite + Lit Library Starter

Create Custom Elements library with Lit + Vite + TypeScript

Pre-packed

commands

Run Playground

yarn dev

Build Playground (preview)

yarn generate

Build Library

yarn build

Lint

yarn lint

Test

yarn test

Test Dashboard

yarn test:ui

Test + Watch

yarn test:watch

Test + Coverage

yarn coverage

Release & Publish

yarn release

License

MIT License

Copyright (c) Mohammad Saleh Fadaei (@ms-fadaei)