Skip to content
/ vure Public

Vure simplifies the process of building a SPA (single-page application) by seamlessly integrating Vue or React with the Laravel framework. It preserves the existing code structure while offering the flexibility to style your application using Bootstrap or Tailwind.

License

Notifications You must be signed in to change notification settings

kashi93/vure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vure

Latest Stable Version License

Introduction

Vure provides a simple starting point for building a SPA (single-page application) using Vue or React with the Laravel framework. The code structure remains unchanged, and Vure can be styled using either Bootstrap or Tailwind. Additionally, Vure includes authentication controllers and views that can be easily customized to fit the needs of your application.

Installation

Create a new Laravel application

composer create-project laravel/laravel example-app

Install Vure using Composer

composer require kashi93/vure

Once Vure is installed, you may scaffold your application using one of the Vure "stacks" discussed in the documentation below.

Vue With Bootstrap

php artisan vure:install vue-bs

php artisan migrate
npm install
npm run dev / npm run build

Vue With Tailwind

php artisan vure:install vue-tw

php artisan migrate
npm install
npm run dev / npm run build

React With Bootstrap

php artisan vure:install react-bs

php artisan migrate
npm install
npm run dev / npm run build

React With Tailwind

php artisan vure:install react-tw

php artisan migrate
npm install
npm run dev / npm run build

License

Vure is open-sourced software licensed under the MIT license.

About

Vure simplifies the process of building a SPA (single-page application) by seamlessly integrating Vue or React with the Laravel framework. It preserves the existing code structure while offering the flexibility to style your application using Bootstrap or Tailwind.

Resources

License

Stars

Watchers

Forks

Packages

No packages published