laravel-frontend-presets/uikit3 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laravel-frontend-presets/uikit3

最新稳定版本:0.0.8

Composer 安装命令:

composer require laravel-frontend-presets/uikit3

包简介

Laravel 5.5.X Front-end preset for UIKit 3.

README 文档

README

Adds a preset for UIKit 3 scaffolding on new Laravel 5.5+ projects, will add individual SASS components and import the UIKit 3 core javascript.

Usage

1- Install via composer composer require laravel-frontend-presets/uikit3.

2- The package should use laravels new auto discovery, if not however you can manually register the service provider - typically done inside the app.php providers array e.g LaravelFrontendPresets\UIKit3Preset\UIKit3PresetServiceProvider::class.

3- Run php artisan preset uikit3 this will generate the js and scss needed.

4- Optional If you need make:auth to use uikit, run php artisan preset uikit3-auth to generate the templates.

5- Optional You can then run something like the vuejs or react presets as well.

Warning

This replaces the default laravel auth scaffolding, so if you want to revert to bootstrap, you'll need to run artisan make:auth again to overwrite it.

Why?

Bootstrap has outlived its welcome creating generic designs and is lacking in many features required for modern web builds, UIKit 3 has a great eco-system and feature rich making it a perfect modular framework, allowing you to require just what you need.

统计信息

  • 总下载量: 9.4k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 44
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 44
  • Watchers: 8
  • Forks: 11
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-07-29