0.0.3 • Published 11 months ago

vite-plugin-with-nitro v0.0.3

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

vite-plugin-with-nitro

A Vite plugin for integrating with Nitro. Forked from @analogjs/vite-plugin-nitro.

Install

pnpm add vite-plugin-with-nitro -S

Setup

Add the plugin to the plugins array in your Vite config

import { defineConfig } from "vite"
import nitro from "vite-plugin-with-nitro"

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [nitro()],
})
0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0-beta.20

11 months ago

0.0.0-beta.18

11 months ago

0.0.0-beta.17

11 months ago

0.0.0-beta.16

11 months ago

0.0.0-beta.15

11 months ago

0.0.0-beta.14

11 months ago

0.0.0-beta.13

11 months ago

0.0.0-beta.12

11 months ago

0.0.0-beta.11

11 months ago

0.0.0-beta.10

11 months ago

0.0.0-beta.8

11 months ago

0.0.0-beta.7

11 months ago

0.0.0-beta.6

11 months ago

0.0.0-beta.4

11 months ago

0.0.0-beta.3

11 months ago

0.0.0-beta.2

11 months ago

0.0.0-beta.1

11 months ago