turtlewortle/laravel-inertia-react-preset

Laravel 预设,用于构建 InertiaJS 和 React 框架(+ Tailwind)。

dev-master 2020-02-22 16:21 UTC

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