Search by

juhlinus / inertia-vue

Juhlinus

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

Package info

github.com/Juhlinus/Inertie-Vue

Issues

pkg:composer/juhlinus/inertia-vue

Statistics

Installs: 110

Dependents: 0

Suggesters: 0

Stars: 4

0.0.8 2020-04-09 08:45 UTC

This package is auto-updated.

Last update: 2026-09-10 00:04:53 UTC


README

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)