An open API service indexing awesome lists of open source software.

https://github.com/maxlab/laravel-vue-element

Laravel-vue-element
https://github.com/maxlab/laravel-vue-element

Last synced: about 1 month ago
JSON representation

Laravel-vue-element

Awesome Lists containing this project

README

          

## The Vue2 with ElemeFE/element for Laravel 5.4

- Starter kit Vue2 in conjunction with ElemeFE/element for Laravel 5.4

## Installation

```sh
$ composer require maxlab/laravel-vue-element
```

Then add to config/app.php
```php
Maxlab\VueElement\VueElementServiceProvider::class
```

Then
```sh
$ php artisan vendor:publish --force --provider="Maxlab\VueElement\VueElementServiceProvider"
$ npm install && npm run dev
```

## License

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).