stelsoft / vite-php
Vite PHP helper
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/stelsoft/vite-php
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>