Skip to content

lord-zeus/laravel-vue-semantic-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Starter kit Vue2 in conjunction with SemanticUi for Laravel 5.4

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 58.1%
  • JavaScript 16.4%
  • CSS 12.8%
  • PHP 7.8%
  • Vue 4.9%