Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 281 Bytes

Mini-hmr

Vite is very popular now, so I created this repo, which shows how hmr works in vite.

Feature

  • Simple Dev Server
  • Live reload
  • CSS file's hmr

Usage

  1. run npm i

  2. run npm run dev

And then dev server will watch the file change in public directory.