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.

Maintainers

Details

github.com/arr2504/vuez

Source

Issues

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

v1.0.0 2023-07-23 15:52 UTC

This package is auto-updated.

Last update: 2024-04-23 18:05:10 UTC


README

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

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.