Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leon/blog-vite-lit-storybook

Article about using vite, lit, storybook, to build standalone web components and publish to npm
https://github.com/leon/blog-vite-lit-storybook

Last synced: 9 days ago
JSON representation

Article about using vite, lit, storybook, to build standalone web components and publish to npm

Awesome Lists containing this project

README

        

# Vite, Lit and Storybook for standalone web component development

This is an article from my blog

https://leon.id/articles/web-components/2022-02-vite-lit-storybook

## Install

```bash
npm install
```

## Develop

```bash
npm run dev
```

## Storybook

```bash
npm run storybook
```

## Build

```bash
npm run build
```