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.
<?php \onmotion\vue\VueAsset::register($this); ?>