kashi93/vure

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.

Maintainers

Details

github.com/kashi93/vure

Source

Issues

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

Language:TypeScript

v1.2.1 2023-09-01 17:49 UTC

This package is auto-updated.

Last update: 2024-04-30 00:28:47 UTC


README

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.