Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leon/blog-vite-lit-storybook
- Owner: leon
- Created: 2022-02-13T18:58:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T19:44:19.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T19:12:27.321Z (7 months ago)
- Language: TypeScript
- Size: 281 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```