Looking to hire Laravel developers? Try LaraJobs

laravel-vue-spa maintained by iamdamith

Description
A Laravel-Vue SPA starter project template.
Last update
2023/07/07 02:26 (dev-main)
License
Links
Downloads
35

Comments
comments powered by Disqus

Laravel

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