stelsoft/vite-php

1.0.1 2024-07-30 21:31 UTC

This package is auto-updated.

Last update: 2025-03-29 01:08:58 UTC


README

Getting started

Credits

https://github.com/andrefelipe/vite-php-setup

Example

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <?= VitePHP::run('main.ts') ?>
</head>
<body>
    <div id="app"></div>
</body>
</html>