2017 © Pedro Peláez
 

laravel vcomponent

A simple vue component generator using make:v-component artisan command in Laravel.

image

verzatiletom/vcomponent

A simple vue component generator using make:v-component artisan command in Laravel.

  • Friday, April 6, 2018
  • by VerzatileTom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel 5+ Vue Component Generator Latest Stable Version License StyleCI

A simple vue component generator using make:v-component artisan command in Laravel., (*1)

Installation

composer require verzatiletom/vcomponent

For Laravel 5.4 and below, paste this to your config/app.php inside your providers array., (*2)

Verzatiletom\Vcomponent\VcomponentServiceProvider::class

Usage

php artisan make:v-component {name} {--dir}

Example

php artisan make:v-component DemoComponent

It will generate a DemoComponent.vue file in the resources/assets/js directory by default., (*3)

Specify the location

php artisan make:v-component DemoComponent --dir js/components

By specifying the --dir option, it will generate your .vue file on the your specified directory. In this example, it will generate your vue component in assets/js/components directory., (*4)

The Versions

06/04 2018

dev-master

9999999-dev

A simple vue component generator using make:v-component artisan command in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas John Gulisao

laravel generator vue vue-component

06/04 2018

dev-analysis-zYLOgY

dev-analysis-zYLOgY

A simple vue component generator using make:v-component artisan command in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas John Gulisao

laravel generator vue vue-component

22/03 2018

1.0

1.0.0.0

A simple vue component generator using make:v-component artisan command in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas John Gulisao

laravel generator vue vue-component