Package-level declarations

This package contains core configuration classes for the JaVite library.

Currently, this package includes the com.javite.config.ViteProperties class, which provides properties for configuring Vite in various Java web applications. These properties include settings for the Vite manifest file, local development server URL, resource paths, and debug mode.

The com.javite.config.ViteProperties class is designed to be used by various integration modules, such as those for Spring MVC, to provide consistent configuration and ease of setup for applications using Vite.

See also

Types

Link copied to clipboard
open class ViteProperties
Configuration properties for integrating Vite with Java web applications.