laravel-vue-semantic-ui maintained by maxlab
Description
Laravel 5 starter semantic-ui vue2
Last update
2017/04/15 16:04
(dev-develop)
License
Downloads
1 915
Tags
The Vue2 with ElemeFE/element for Laravel 5.4
- Starter kit Vue2 in conjunction with SemanticUi for Laravel 5.4
- Video demo 5min
Installation
$ laravel new project && cd project/
$ composer require maxlab/laravel-vue-semantic-ui
Then add to config/app.php
Maxlab\VueSemanticUi\VueSemanticUiServiceProvider::class
Then
$ php artisan vendor:publish --force --provider="Maxlab\VueSemanticUi\VueSemanticUiServiceProvider"
$ npm install && npm run dev-ui
License
The Laravel framework is open-sourced software licensed under the MIT license.