module

Vite

Vite integration for Crystal.

Resolves a Vite 5+ build manifest and emits the script, stylesheet, and modulepreload tags an entrypoint needs.

config = Vite::Config.new
config.dev = false

client = Vite::Client.new(config)
client.tags("src/main.ts")

Constants

VERSION = "0.1.0"

Nested types