Skip to content

A laravel frontend command to turn your Controllers code to Vue Views

Notifications You must be signed in to change notification settings

Juhlinus/Inertia-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inertia-Vue

A laravel frontend command to turn your Models to Vue Components

Installation

Require the package via composer

composer require juhlinus/inertia-vue

Usage

inertia-vue
    --model= : Specify the Model to convert to Vue (Note: Leaving this empty will generate views from all Models)
    --path= : Specify the js path of pages (Default: resources/js/Pages)
    --stub= : Specify the stub path (Default: package stub directory)
    --data= : Whether or not the model data is accessesed through the `data` attribute (Default: false)

About

A laravel frontend command to turn your Controllers code to Vue Views

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages