iamdamith/laravel-vue-spa

A Laravel-Vue SPA starter project template.

v1.0.0 2023-05-14 10:58 UTC

This package is auto-updated.

Last update: 2024-05-07 02:23:02 UTC


README

# Laravel-Vue SPA

Laravel

68747470733a2f2f692e696d6775722e636f6d2f734977526337352e706e67

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 .env and set your database connection details
  • (When installed via git clone or download, run php artisan key:generate and php artisan jwt:secret)
  • php artisan migrate
  • npm install

Usage

Development

npm run dev

Production

npm run build