Enhanced development experience with improved deployment, HTML language support, and smarter hot reload
Major improvements for production and development workflows
lang="fr"
meta tag support
<!-- lang: es -->
PHPUE_LANG constant fallback
.dist/ deployment method
?build=1
view/ directory
components/ directory
autoload.php detection
Deploy the entire .dist/ directory to your server as-is:
Copy files from .dist/ to your server's root directory (public_html/):
Example structure after deployment:
The ?build=1 parameter automatically compiles everything to the .dist/ directory,
ready for deployment. No complex build steps needed!
Output: <html lang="fr">
Output: <html lang="es">
Default: <html lang="de"> (when view has no language)
Headers can be sent from anywhere with output buffering
PHP code in .pvue files or backend/ can now send headers
Read the documentation for detailed guides and API reference