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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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

  1. 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
  1. Removes the unnecessary lines on app.js and botstrap.js.
  2. Change the webpack.mix.js to work with Tailwind CSS and Purge Css.
  3. Add the Tailwind CSS default structure to app.sass.
  4. Creates an example Vue instance and added it to welcome.blade.php.

Usage

  1. Fresh install of Laravel >= 5.7.
  2. 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.
  3. Run the preset with php artisan preset tailwind-sass-vue.
  4. Run the npm installation packages npm install.
  5. Initialize Tailwind CSS with node_modules/.bin/tailwind init tailwind.js.
  6. Compile the assets with npm run dev.
  7. 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.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alexvargash/laravel-preset-tailwind-sass-vue contains the following files

Loading the files please wait ....