API Reference

Use the reference set when you need the exact config surface, runtime behavior, or internal API details rather than a narrative guide.

Reference Paths

Configuration

ViteConfig, nested config dataclasses, runtime options, path settings, deploy settings, SPA settings, and Inertia config.

Config
Plugin and Middleware

The plugin lifecycle, proxy behavior, static handling, CLI integration, and middleware touch points.

Plugin
Loader and HTML Transform

Manifest lookup, asset tag generation, and HTML transform helpers used around templates and SSR responses.

Loader
Code Generation

Export OpenAPI, routes, and Inertia page prop metadata into frontend-consumable outputs.

Code Generation
CLI and Commands

Assets CLI commands, init scaffolding, build/serve workflows, doctor output, and deployment helpers.

CLI
Inertia Reference

Inertia request/response types, helpers, middleware, plugin hooks, and SSR-specific reference material.

InertiaJS Integration