0.0.4 • Published 2 years ago

@fine-dev/vite-plugin v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Fine Devtools - Vite Plugin

This plugin for Vite facilitates the use of Fine's devtools during interactive preview sessions.

Usage

  1. To install the plugin in your project, start by running the following in your terminal:
    npm i @fine-dev/vite-plugin
  2. In your vite config file, you can now import the newly installed plugin:
    import fine from @fine-dev/vite-plugin
  3. Update your vite configuration object to use the plugin based on the following example:
    defineConfig({
        plugins: [fine()]
    })
    Vite's overlay behaves as an error boundary. Removing it is required to ensure that Fine catches all errors.
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago