0.1.0 • Published 1 year ago

vite-localtunnel-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.1

1 year ago