Maxlab / laravel-vue-element by maxzn

Vue2 with ElemeFE/element for Laravel 5
95
1
3
Package Data
Maintainer Username: maxzn
Package Create Date: 2017-03-31
Package Last Update: 2017-04-05
Language: CSS
License: MIT
Last Refreshed: 2024-04-30 15:00:13
Package Statistics
Total Downloads: 95
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 1

The Vue2 with ElemeFE/element for Laravel 5.4

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

Installation

$ composer require maxlab/laravel-vue-element

Then add to config/app.php

Maxlab\VueElement\VueElementServiceProvider::class

Then

$ 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.