riipandi/laravel-start-tailwind-vue

This package is abandoned and no longer maintained. The author suggests using the riipandi/altstack package instead.

Starter project Laravel with TailwindCSS and Vue.js preset.

v7.2 2020-03-25 08:30 UTC

This package is auto-updated.

Last update: 2020-08-22 11:05:41 UTC


README

Starter project Laravel with TailwindCSS and Vue.js preset.

Quick Start

Create Project

composer create-project --prefer-dist riipandi/laravel-start-tailwind-vue myapp

Install

Edit or create .env file and then execute:

# Composer dependencies
composer install --no-suggest
php artisan key:generate
php artisan migrate:fresh --seed

# Compiling resources
npm install --no-optional --no-audit
npm run development

For detailed explanation on how things work, check out Laravel docs.

License

This project licensed under the terms of MIT License. Please see license file for more information.