vite-plugin-browser-sync
Code reloader
An extension for Vite that integrates BrowserSync for live code reloading and previewing.
Add BrowserSync in your Vite project
67 stars
3 watching
3 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
browsersyncvitevite-pluginvitejs
Related projects:
Repository | Description | Stars |
---|---|---|
arnoson/vite-plugin-live-reload | A plugin for live reloading in Vite projects | 86 |
elmassimo/vite-plugin-full-reload | Automatically reloads pages after file modifications | 147 |
wille/vite-preload | A Vite plugin to preload server-rendered React components and stylesheets for improved loading performance. | 17 |
tomjs/vite-plugin-html | A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |
vite-plugin/vite-plugin-commonjs | A pure JavaScript implementation of the CommonJS module system for use in web applications. | 110 |
richardtallent/vite-plugin-singlefile | A Vite plugin that inlines JavaScript and CSS resources into a single HTML file for offline web applications. | 867 |
vitejs/vite-plugin-vue | Enhances Vite by integrating Vue.js functionality | 499 |
xiaweiss/vite-plugin-ali-oss | Allows vite to upload production files to Ali OSS except for HTML files | 32 |
yzydeveloper/vite-plugin-babel-compiler | A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |
applelo/unplugin-inject-preload | A plugin that adds preload links to output assets from build tools like Vite, Webpack, and Rspack. | 29 |
litingyes/vite-plugin-vue-preview | A plugin for Vue.js applications to preview and edit code in Markdown and render it as a Vue component | 35 |
vitejs/vite-plugin-vue2 | A plugin that enables Vue 2.7 support in the Vite development server | 551 |
mathe42/vite-plugin-comlink | Enables WebWorkers with comlink support in Vite | 177 |
owlsdepartment/vite-plugin-babel | Enables Babel transformation of JavaScript code during Vite build and serve phases | 53 |
tomjs/vite-plugin-vscode | A plugin for developing VSCode extensions with support for Vue and React, utilizing Vite for building and hot reloading webviews. | 40 |