Download the PHP package alexvargash/laravel-preset-tailwind-sass-vue without Composer
On this page you can find all versions of the php package alexvargash/laravel-preset-tailwind-sass-vue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexvargash/laravel-preset-tailwind-sass-vue
More information about alexvargash/laravel-preset-tailwind-sass-vue
Files in alexvargash/laravel-preset-tailwind-sass-vue
Download alexvargash/laravel-preset-tailwind-sass-vue
More information about alexvargash/laravel-preset-tailwind-sass-vue
Files in alexvargash/laravel-preset-tailwind-sass-vue
Vendor alexvargash
Package laravel-preset-tailwind-sass-vue
Short Description Laravel preset with Tailwindcss, sass and vue set up for Laravel >=5.7
License MIT
Package laravel-preset-tailwind-sass-vue
Short Description Laravel preset with Tailwindcss, sass and vue set up for Laravel >=5.7
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-preset-tailwind-sass-vue
Laravel 5.7+ preset tailwind, sass & vue
A scaffolding preset for adding the necesary npm dependecies and file structure for using Tailwind CSS, Sass and Vue.js with a Laravel 5.7 project.
This package only works with Laravel 5.7 due to the changes on the resources directory.
Preset
- This package adds the following npm dependencies: The NPM dependencies are on the latest version as of 15/01/2019.
Package | Current version |
---|---|
vue | 2.5.22 |
vue-router | 3.0.2 |
tailwindcss | 0.7.3 |
laravel-mix | 4.0.14 |
laravel-mix-purgecss | 4.0.0 |
laravel-mix-tailwind | 0.1.0 |
- Removes the unnecessary lines on app.js and botstrap.js.
- Change the webpack.mix.js to work with Tailwind CSS and Purge Css.
- Add the Tailwind CSS default structure to app.sass.
- Creates an example Vue instance and added it to welcome.blade.php.
Usage
- Fresh install of Laravel >= 5.7.
- Install the preset with
composer require alexvargash/laravel-preset-tailwind-sass-vue
. Laravel will automatically discover this package. No need to register the service provider. - Run the preset with
php artisan preset tailwind-sass-vue
. - Run the npm installation packages
npm install
. - Initialize Tailwind CSS with
node_modules/.bin/tailwind init tailwind.js
. - Compile the assets with
npm run dev
. - This package can be removed after running it
composer remove alexvargash/laravel-preset-tailwind-sass-vue
.
All versions of laravel-preset-tailwind-sass-vue with dependencies
PHP Build Version
Package Version
No informations.
The package alexvargash/laravel-preset-tailwind-sass-vue contains the following files
Loading the files please wait ....