arr2504/vuez
最新稳定版本:v1.0.0
Composer 安装命令:
composer require 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.
README 文档
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.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-23