0.1.0 • Published 12 months ago

vite-localtunnel-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Usage

To start using the library, install it in your project:

npm install -D vite-localtunnel-plugin

Add localtunnel() to your vite plugins, start server and that it!

import { localtunnel } from 'vite-localtunnel-plugin';

export default defineConfig({
  plugins: [..., localtunnel()],
});
0.1.0

12 months ago

0.0.1

12 months ago