maxlab / laravel-vue-semantic-ui
Laravel 5 starter semantic-ui vue2
Installs: 1 903
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 5
Forks: 3
Open Issues: 2
Language:HTML
Type:project
Requires
- php: >=5.6.4
- laravel/framework: 5.4.*
This package is not auto-updated.
Last update: 2024-11-10 02:31:48 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.