Search by

cntabana / crud-vue

cntabana

Create CrudVue for Inertia

Package info

github.com/cntabana/crud-vue

pkg:composer/cntabana/crud-vue

Statistics

Installs: 40

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

dev-master 2020-02-22 00:09 UTC

This package is auto-updated.

Last update: 2026-08-29 02:11:44 UTC


README

A laravel frontend command to turn your Models to Vue Components

Installation

Require the package via composer

composer require cntabana/crud-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)
```"# crud-vue"  git init git add README.md git commit -m "first commit" git remote add origin https://github.com/cntabana/crud-vue.git git push -u origin master
"# crud-vue"