adeattwood / yii2-vuejs
Bringing vuejs to yii2
Installs: 16 831
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- bower-asset/vue: ^2.1
- yiisoft/yii2: ~2.0.5
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-12 08:39:58 UTC
README
Bringing vuejs to yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist adeattwood/yii2-vuejs "*"
or add
"adeattwood/yii2-vuejs": "*"
to the require section of your composer.json
file.
For more info view the documentation