File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Vue Generators
2
2
[ ![ Build Status] ( https://travis-ci.org/zachleigh/laravel-vue-generators.svg?branch=master )] ( https://travis-ci.org/zachleigh/laravel-vue-generators )
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/zachleigh/laravel-vue-generators/version.svg )] ( //packagist.org/packages/zachleigh/laravel-vue-generators )
4
- [ ![ Total Downloads] ( https://poser.pugx.org/zachleigh/laravel-vue-generators/downloads )] ( https://packagist.org/packages/zachleigh/laravel-vue-generators )
5
4
[ ![ StyleCI] ( https://styleci.io/repos/73324143/shield?style=flat )] ( https://styleci.io/repos/72352058 )
6
5
[ ![ License] ( https://poser.pugx.org/zachleigh/laravel-vue-generators/license.svg )] ( //packagist.org/packages/zachleigh/laravel-vue-generators )
7
6
##### Generate Vue js file stubs via artisan commands.
@@ -24,7 +23,7 @@ VueGenerators\ServiceProvider::class
24
23
25
24
### Usage
26
25
This package currently contains two commands: ` component ` and ` mixin ` .
27
- ##### component
26
+ #### component
28
27
Create a Vue js component file.
29
28
```
30
29
php artisan vueg:component {name} {--empty} {--path=assets.js.components}
@@ -48,7 +47,7 @@ php artisan vueg:component MyComponent --path=assets.js.custom.folder
48
47
```
49
48
Will create a file called MyComponent.vue at resources/assets/js/custom/folder/MyComponent.vue.
50
49
51
- ##### mixin
50
+ #### mixin
52
51
Create a Vue js mixin file.
53
52
```
54
53
php artisan vueg:mixin {name} {--empty} {--path=assets.js.mixins}
You can’t perform that action at this time.
0 commit comments