0.0.5 • Published 2 years ago

@fine-dev/astro-plugin v0.0.5

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

Fine Devtools - Astro Plugin

This Vite plugin facilitates the use of Fine's devtools with Astro 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/astro-plugin
  2. In your astro config file, you can now import the newly installed plugin:
    import fine from @fine-dev/astro-plugin
  3. Update your astro configuration object to use the plugin based on the following example:
    defineConfig({
        vite: {
            plugins: [fine()]
        }
    })
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago