apility/laravel-vite-components
最新稳定版本:v1.0.0
Composer 安装命令:
composer require apility/laravel-vite-components
包简介
A Vite companion library for Laravel to be used together with @apility/vite-plugin-dev-manifest.
README 文档
README
A Vite companion library for Laravel to be used together with @apility/vite-plugin-dev-manifest.
Installation
$ composer require apility/laravel-vite-components
Usage
Insert the <x-vite-head /> and <x-vite-body /> blade components at the end of your <head> and <body>.
<!DOCTYPE html> <html> <head> ... <x-vite-head entry="main.js" /> </head> <body> ... <x-vite-body entry="main.js" /> </body> </html>
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-14