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

0.0.2 2019-12-27 06:48 UTC

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

  1. Fresh install Laravel >= 6.0 and cd to your app.
  2. Install this preset via composer require sumatoglobal/inertia-tailwind-preset. Laravel will automatically discover this package. No need to register the service provider.

Installation

  1. Use php artisan preset sumato to install the scaffolding
  2. npm install && npx tailwind init && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.