Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 995 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 995 Bytes

Vue.js assets for Yii2

Latest Stable Version Total Downloads Monthly Downloads License

Installation

The preferred way to install this extension is through composer.

Run

composer require onmotion/yii2-vuejs-assets "*"

or add

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

to the require section of your composer.json file.

Usage

<?php \onmotion\vue\VueAsset::register($this); ?>