maxlab/laravel-vue-semantic-ui

Laravel 5 starter semantic-ui vue2

Maintainers

Package info

github.com/Maxlab/laravel-vue-semantic-ui

Language:HTML

Type:project

pkg:composer/maxlab/laravel-vue-semantic-ui

Statistics

Installs: 1 915

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 1

1.1.3 2017-04-15 14:04 UTC

This package is not auto-updated.

Last update: 2026-03-01 09:01:05 UTC


README

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