Litestar Vite¶
Supercharge your Litestar applications with Vite’s modern frontend tooling. Litestar-Vite seamlessly integrates Vite - the next generation frontend build tool - with your Litestar web applications.
Key Features¶
🚀 Lightning-fast HMR: Get instant feedback with Vite’s blazing fast Hot Module Replacement
🔧 Zero Config: Works out of the box with sensible defaults
🎯 Asset Management: Automatically serves your static files and handles asset manifests
🛠️ Development Mode: Integrated dev server with automatic proxy configuration
📦 Production Ready: Optimized asset serving for production builds
Installation¶
Installing litestar-vite
is as easy as calling your favorite Python package manager:
python3 -m pip install litestar-vite
uv add litestar-vite
pdm add litestar-vite
poetry add litestar-vite
Usage¶
Todo
Add usage instructions