承接 quanzo/x51-frontend 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

quanzo/x51-frontend

Composer 安装命令:

composer require quanzo/x51-frontend

包简介

Compile scss. Packed js and css

README 文档

README

How to use

Generating a CSS from SCS takes more time. Do not use without caching.

    $bender = new \x51\classes\frontend\Bender(
        [ // path to use in @import in scss files (if need)
            'path/to/scss/lib.scss'
        ],
        -1 // never update (only if the file is missing)
        // 3600 - set 1 hour time to live
    );
    // adv options
    $bender->functionsConfig = 'path/to/scss-functions.php';
    $bender->variablesConfig = 'path/to/scss-vars.php';
    // or set array
    $bender->functionsConfig = [];
    $bender->variablesConfig = [];

    // array of css files to packed
    $arCssFiles = [
        'path/to/file.css',
        'path/to/file.scss',
    ];
    // array of js files to packed
    $arJsFiles = [
        'path/to/js.js'
    ];

    echo $bender->output('document-root-file.css', $arCssFiles); // <link href="/document-root-file.css" rel="stylesheet" type="text/css"/>
    echo $bender->output('document-root-file.js', $arJsFiles); // <script type="text/javascript" src="/document-root-file.js"></script>

Example scss-vars.php

<?php
return array(
	'black' => '#000',
	'white' => '#fff',
);

Example scss-functions.php

<?php
return [
    // use in scss: add-two(10, 10)
    'add-two' => function($args) {
        list($a, $b) = $args;
        return $a[1] + $b[1];
    }
];

Function args

/*
	function ($arg) {
		$arg - array of argument
		$arg[0] - first
		$arg[1] - second and etc
		$arg[0][0] - type
		$arg[0][1] - value
	}

*/

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-08-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固