stelsoft / vite-php
Vite PHP helper
1.0.1
2024-07-30 21:31 UTC
Requires
- php: >=5.3.0
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>