icy2003/widgets

icy2003's yii2 widgets

dev-master 2019-03-11 13:28 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:38 UTC


README

yii2 挂件

挂件列表

  • yii2-vue

安装

使用 bower 管理前端资源,末尾会有命令列表

使用 composer 管理 php

composer require icy2003/widgets dev-master

使用

在视图里调用 register 方法即可。例如:

VueAsset::register($this);

bower 命令列表

  • VueAsset bower install vue --save