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