Looking to hire Laravel developers? Try LaraJobs

laravel-ui-vue-tailwind maintained by motomedialab

Description
Vue & Tailwind Package for Laravel UI
Author
Last update
2020/04/09 09:56 (dev-master)
License
Downloads
7

Comments
comments powered by Disqus

Laravel UI - Vue (Typescript) & Tailwind CSS

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