laravel-vue-spa maintained by iamdamith
Features
- Laravel 10
- Vue + VueRouter + Pinia + Tailwind CSS + ESlint
- Pages with custom layouts
- Login, register and Dashboard pages
- Authentication with JWT
- Tailwind UI
Installation
composer create-project --prefer-dist iamdamith/laravel-vue-spa- Edit
.envand set your database connection details - (When installed via git clone or download, run
php artisan key:generateandphp artisan jwt:secret) php artisan migratenpm install
Usage
Development
npm run dev
Production
npm run build