trylife/yii2-vue

0.1.0 2016-09-30 03:19 UTC

This package is not auto-updated.

Last update: 2024-04-17 18:23:30 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); ?>