tolik505/yii2-vuejs-assets

This assets allow to use vueJs in your Yii2 application


Keywords
library, yii2, vuejs, vue, axios
License
MIT

Documentation

VueJs and Vue-resource assets for Yii2

This assets allow to use vueJs in your Yii2 application. It contains vue.js and vue-resource.js

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist tolik505/yii2-vuejs-assets "*"

or add

"tolik505/yii2-vuejs-assets": "*"

to the require section of your composer.json file.

Usage

If you want to utilize Vue with Vue-resource, add this code in your view :

<?php \tolik505\vuejs\VueBundleAsset::register($this); ?>

If you want to utilize only pure Vue, add this code in your view :

<?php \tolik505\vuejs\VueAsset::register($this); ?>