Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.09 KB

File metadata and controls

62 lines (34 loc) · 1.09 KB

Laravel Vue SPA Admin Panel with TaildwindCss

Features

  • Vue-3
  • Vue Router
  • Pinia Store
  • Tailwind Css
  • laravel- 10.10,
  • & Others include

Page Sample

Home Page

Desktop View and Menu Unextended

Desktop View

Desktop View and Menu Extended

Mobile View

Mobile View and Menu Unextended

Mobile View

Mobile View and Menu Extended

Mobile View

Login Page

Desktop View and Menu Unextended

Desktop View

Desktop View and Menu Extended

Mobile View

Registration Page

Desktop View and Menu Unextended

Desktop View

Desktop View and Menu Extended

Mobile View

Install and Run

  1. change database name and password into env file.
  2. composer install / update
  3. npm intall
  4. npm run dev / npm run build
  5. php artisan serve