codezeen/yii2-fastclick
最新稳定版本:1.0.0
Composer 安装命令:
composer require codezeen/yii2-fastclick
包简介
FastClick Asset Bundle for Yii2
README 文档
README
FastClick Asset Bundle for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist codezeen/yii2-fastclick "*"
or add
"codezeen/yii2-fastclick": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, use the following code in view to register asset :
<?= \codezeen\yii2\fastclick\FastClickAsset::register($this); ?>
Or used as dependencies in asset bundle
class AppAsset extends AssetBundle { public $depends = [ // ... 'codezeen\yii2\fastclick\FastClickAsset', // ... ]; }
More Information
Please, check https://github.com/ftlabs/fastclick for more information about fastclick.js.
统计信息
- 总下载量: 15.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-05-09