An open API service indexing awesome lists of open source software.

https://github.com/trylife/yii2-vue

yii2 vue
https://github.com/trylife/yii2-vue

Last synced: about 1 year ago
JSON representation

yii2 vue

Awesome Lists containing this project

README

          

yii2 vue
========

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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 :

```php
= \trylife\vue\VueAsset::register($this); ?>
```