stephenfrank / laravel-jetstream-react-installer

CLI to replace vue with react in Laravel Jetstream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Jetstream React CLI

Replaces the vue components in a fresh jetstream application with their react equivalents.

You can view the full repo result here

https://github.com/TravoShare/laravel-jetstream-react

Usage

Simply scaffold a new jetstream application using the vue stack, then run this cli tool.

$ laravel new myapp --jet --stack=inertia
$ cd myapp
$ npx laravel-jetstream-react install

It also supports teams

$ laravel new myapp --jet --stack=inertia --teams
$ cd myapp
$ npx laravel-jetstream-react install --teams

About

CLI to replace vue with react in Laravel Jetstream

License:MIT License


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%Language:Batchfile 0.0%