Download the PHP package carloosolrac/laravel-vue-tailwind-purgecss without Composer
On this page you can find all versions of the php package carloosolrac/laravel-vue-tailwind-purgecss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carloosolrac/laravel-vue-tailwind-purgecss
More information about carloosolrac/laravel-vue-tailwind-purgecss
Files in carloosolrac/laravel-vue-tailwind-purgecss
Package laravel-vue-tailwind-purgecss
Short Description A simple way to install Vue, Tailwind and PurgeCSS
License MIT
Homepage https://github.com/carloosolrac/laravel-vue-tailwind-purgecss
Informations about the package laravel-vue-tailwind-purgecss
Laravel 8 VueTailwindPurgeCSS
A simple way to install Vue, Tailwind and PurgeCSS in Laravel 8 projects without laravel/ui:3.0
or Jetstream
.
What it includes:
Additionals:
- postcss-nesting
ExampleComponent
is back!- Replaces the
welcome.blade.php
template with one that extends the main layoutlayouts/app.blade.php
- Two CSS files for custom components and custom utilities, don't be afraid to extend it!
Webpack.mix.js
configured just the way I like it.
Installation
You can install the package via composer in your fresh Laravel 8 project:
Usage
After you install it, just execute this command.
:warning: This command delete some foldes, replaces some files and edit another ones. Use it with precaution
Then, you need install npm dependencies and create the Tailwind config file.
If you want a full Tailwind config you can run the next command:
Uninstall
When you complete the instalation, configuration you can remove this packages from you project as well.
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.