Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 542 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 542 Bytes

vite-plugin-web-components-hmr

Disclaimer

This repository is heavily based on @open-wc/dev-server-hmr. The HMR logic is mostly copied from there and adapted to work with Vite.

Repository Setup

  1. Please ensure corepack has been enabled on your machine.
  2. Run pnpm i to install dependencies.
  3. pnpm clone fetch code from open-wc/packages/dev-server-hmr.