https://github.com/trylife/yii2-vue
yii2 vue
https://github.com/trylife/yii2-vue
Last synced: about 1 year ago
JSON representation
yii2 vue
- Host: GitHub
- URL: https://github.com/trylife/yii2-vue
- Owner: trylife
- Created: 2016-09-28T09:11:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T06:44:12.000Z (over 9 years ago)
- Last Synced: 2025-04-11T22:17:48.407Z (about 1 year ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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); ?>
```