trylife / yii2-vue
Yii2 vue
0.1.0
2016-09-30 03:19 UTC
Requires
- bower-asset/vue: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-30 23:18:16 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist trylife/yii2-vue "*"
or add
"trylife/yii2-vue": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \trylife\vue\VueAsset::register($this); ?>