yetopen/yii2-vuetify
Composer 安装命令:
composer require yetopen/yii2-vuetify
包简介
The Vuetify extension for the Yii framework
README 文档
README
Vuetify Extension for Yii2
This is the Vuetify extension for Yii2.
Requirements
Installation
The preferred way to install this extension is through composer.
Run
php composer.phar require vaxa/yii2-vuetify
or add
"vaxa/yii2-vuetify": "~1.0"
to the require section of your composer.json file.
Usage
php template:
<?php
use antkaz\vue\VueAsset;
use vaxa\vuetify\VuetifyAsset;
VueAsset::register($this);
VuetifyAsset::register($this);
twig template :
{{ use('antkaz\vue\VueAsset') }}
{{ use('vaxa\vuetify\VuetifyAsset') }}
{{ register_vue_asset() }}
{{ register_vuetify_asset() }}
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-02