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
- Host: GitHub
- URL: https://github.com/maxlab/laravel-vue-element
- Owner: Maxlab
- Created: 2017-03-31T08:56:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T10:19:12.000Z (about 9 years ago)
- Last Synced: 2025-02-24T17:50:46.777Z (over 1 year ago)
- Language: CSS
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).