Skip to content

JerryWu1234/vite-plugin-watches

Repository files navigation

vite-plugin-watches

introduction

A vite plugin which provides the ability that modify code online and then doesn't modfy local code

alt

installation

# pnpm 
pnpm install vite-plugin-watches -D

# yarn
yarn add vite-plugin-watches -D

# npm
npm install vite-plugin-watches -D