motomedialab/laravel-ui-vue-tailwind

Vue & Tailwind Package for Laravel UI

v0.2.2 2020-04-09 07:56 UTC

This package is auto-updated.

Last update: 2024-04-09 17:04:31 UTC


README

This package pre-configures your fresh Laravel installation with Vue, Vue Router, Vuex and Tailwind CSS, using TypeScript formatting. As Tailwind is a large package, Spatie's PurgeCSS is also implemented, to strip any unused CSS styling.

Installation

composer require motomedialab/laravel-ui-vue-tailwind
php artisan ui vue-tailwind

Once the package has been installed, you need to install the npm packages and compile the assets for the first time.

npm install
npm run dev

Extra

TypeScript allows for stricter control and better structure. For referencing on using the helpers packaged with this script, please see the following sources -

ToDos

  • Configure authentication scaffolding