Maxlab / laravel-vue-semantic-ui by maxzn

Laravel 5 starter semantic-ui vue2
1,894
11
5
Package Data
Maintainer Username: maxzn
Package Create Date: 2017-04-14
Package Last Update: 2017-09-07
Language: HTML
License: MIT
Last Refreshed: 2024-05-03 03:16:17
Package Statistics
Total Downloads: 1,894
Monthly Downloads: 6
Daily Downloads: 0
Total Stars: 11
Total Watchers: 5
Total Forks: 3
Total Open Issues: 2

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.