Looking to hire Laravel developers? Try LaraJobs

laravel-start-tailwind-vue maintained by riipandi

Description
Starter project Laravel with TailwindCSS and Vue.js preset.
Last update
2020/03/25 09:55 (dev-master)
License
Links
Downloads
46

Comments
comments powered by Disqus

Laravel Start Tailwind Vue

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.