sumatoglobal / inertia-tailwind-preset
0.0.2
2019-12-27 06:48 UTC
Requires
- inertiajs/inertia-laravel: ^0.1
- laravel/framework: ^6.0
This package is auto-updated.
Last update: 2020-03-25 06:53:15 UTC
README
注意: Inertia.js 项目处于非常早期的开发阶段,目前尚不打算公开使用。因此,此预设的状态可能会因 Inertia.js 的变化而发生重大变化。
此预设架构移除了使用 Inertia.js、Vue js 和 Tailwindcss 运行所需的手动步骤。
使用
- 安装 Laravel >= 6.0 并进入您的应用程序目录。
- 通过
composer require sumatoglobal/inertia-tailwind-preset安装此预设。Laravel 将自动发现此包。无需注册服务提供者。
安装
- 使用
php artisan preset sumato安装架构 npm install && npx tailwind init && npm run dev- 通过
php artisan serve(或等效命令) 运行服务器并测试预设。