LaravelPackages.net
Acme Inc.
Toggle sidebar
arr2504/vuez

Vuez 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 Vuez can be styled using either Bootstrap or Tailwind.

6
0
v1.0.0
About arr2504/vuez

arr2504/vuez is a Laravel package for vuez 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 vuez can be styled using either bootstrap or tailwind.. It currently has 0 GitHub stars and 6 downloads on Packagist (latest version v1.0.0). Install it with composer require arr2504/vuez. Discover more Laravel packages by arr2504 or browse all Laravel packages to compare alternatives.

Last updated

/ / / / //// ////_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ / /// _/ _/ _/ / / / / / // //// /////

Vuez

Introduction

Vuez (Vue Easy) provides a simple starting point for building a SPA (single-page application) using Vue with the Laravel framework. The code structure remains unchanged, and Vuez can be styled using either Bootstrap or Tailwind. Additionally, Vuez 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 Vuez using Composer

composer require arr2504/vuez

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

Vue With Bootstrap

php artisan vuez:install bs

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

Vue With Tailwind

php artisan vuez:install tw

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

License

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

Comments