maxlab/laravel-vue-element

Vue2 with ElemeFE/element for Laravel 5

Installs: 95

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 1

Language:CSS

Type:project

1.2.12 2017-04-02 15:07 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:51:42 UTC


README

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