turtlewortle / laravel-inertia-react-preset
Laravel 预设,用于构建 InertiaJS 和 React 框架(+ Tailwind)。
dev-master
2020-02-22 16:21 UTC
Requires
- illuminate/console: ^6.16
- illuminate/filesystem: ^6.16
- illuminate/support: ^6.16
- inertiajs/inertia-laravel: ^0.2.4
This package is auto-updated.
Last update: 2024-09-23 02:00:56 UTC
README
安装 react、inertiajs 和 tailwind。
用法:首先安装预设
composer require tortlewortle/laravel-inertia-react-preset
运行预设
php artisan preset inertia_react
安装依赖项并编译资源。
npm install && npm run dev
热重载
npm run hot
灵感来源于 ravenberg 的同名称包 ravenberg <3