@srhazi/gooey-vite-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Gooey Vite Plugin

A plugin for Vite that is configured for Gooey, allowing for hot module reloading.

Usage

Make your vite.config.js file look like this:

import { plugin } from '@srhazi/gooey-vite-plugin';
import { defineConfig } from 'vite';

export default defineConfig({
    // Add to your list of plugins
    plugins: [plugin()],
});

Readme

Keywords

none

Package Sidebar

Install

npm i @srhazi/gooey-vite-plugin

Weekly Downloads

2

Version

0.1.0

License

BSD-3-Clause

Unpacked Size

4.91 MB

Total Files

23

Last publish

Collaborators

  • srhazi