maxlab/laravel-vue-semantic-ui

Laravel 5 starter semantic-ui vue2

Installs: 1 894

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 5

Forks: 3

Open Issues: 2

Language:HTML

Type:project

1.1.3 2017-04-15 14:04 UTC

This package is not auto-updated.

Last update: 2024-04-27 23:46:53 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.