3.0.1 • Published 2 years ago

vite-plugin-directory-index v3.0.1

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

Directory index plugin for Vite

šŸ“‚ Directory index plugin for the Vite dev server

⚔ Works with Vite \ šŸ“‚ Great for HTML files in subfolders like test/app.test.html \ šŸ–„ļø Rendered on the server only in development \ šŸ“¦ Doesn't affect your build output

Installation

npm Yarn pnpm

You can install this package using npm or your favorite npm package manager like Yarn or pnpm.

npm install --save-dev vite-plugin-directory-index

Usage

Vite

// vite.config.js
import { defineConfig } from "vite";
import directoryIndex from "vite-plugin-directory-index";

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

Options

This plugin respects the server.fs options. Other than that, there's no available configuration. If you have need a config option, open an Issue!

3.0.1

2 years ago

3.0.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago