sumatoglobal / inertia-tailwind-preset
This package is abandoned and no longer maintained.
The author suggests using the team-underground/inertia-tailwind-preset package instead.
Inertiajs with tailwindcss frontend preset
Package info
github.com/sumatoglobal/inertia-tailwind-preset
Language:CSS
pkg:composer/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
Note: The Inertia.js project is in the very early stages of development and IS NOT yet intended for public consumption. As such, the state of this preset is in flux and may change significantly to accommodate changes in Inertia.js.
This preset scaffolding removes the manual steps required to get up and running with Inertia.js, Vue js and Tailwindcss.
Usage
- Fresh install Laravel >= 6.0 and cd to your app.
- Install this preset via
composer require sumatoglobal/inertia-tailwind-preset. Laravel will automatically discover this package. No need to register the service provider.
Installation
- Use
php artisan preset sumatoto install the scaffolding npm install && npx tailwind init && npm run devphp artisan serve(or equivalent) to run server and test preset.