PHPackages                             aki/yii2-vue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. aki/yii2-vue

ActiveYii2-extension[Framework](/categories/framework)

aki/yii2-vue
============

for yii2 web application

0.6.9(4y ago)7010.2k—5.9%20[1 issues](https://github.com/akbarjoudi/yii2-vue/issues)[1 PRs](https://github.com/akbarjoudi/yii2-vue/pulls)1LGPL-3.0+PHPCI failing

Since Feb 21Pushed 4y ago7 watchersCompare

[ Source](https://github.com/akbarjoudi/yii2-vue)[ Packagist](https://packagist.org/packages/aki/yii2-vue)[ RSS](/packages/aki-yii2-vue/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (1)Versions (13)Used By (1)

vuejs
=====

[](#vuejs)

for yii2 web application

[![Latest Stable Version](https://camo.githubusercontent.com/84d060421c4b2d70740c5bf1c024d8cdc0ee0e548c7a1912d97b3bdab880ea23/68747470733a2f2f706f7365722e707567782e6f72672f616b692f796969322d7675652f762f737461626c65)](https://packagist.org/packages/aki/yii2-vue)
[![Total Downloads](https://camo.githubusercontent.com/a09f1f1b98983bd4af25a125171fcfdcab150bc1d1971cf53a016cc827012a4a/68747470733a2f2f706f7365722e707567782e6f72672f616b692f796969322d7675652f646f776e6c6f616473)](https://packagist.org/packages/aki/yii2-vue)

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

[](#installation)

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

Either run

```
php composer.phar require aki/yii2-vue "*"

```

or add

```
"aki/yii2-vue": "*"

```

to the require section of your `composer.json` file.

After installing the extension, first install the vuejs framework
-----------------------------------------------------------------

[](#after-installing-the-extension-first-install-the-vuejs-framework)

Either run

```
# Move to folder
cd ./vendor/aki/yii2-vue/

```

and run command

```
# install deps
npm install

```

Usage

---

Once the extension is installed, simply use it in your code by :

```
