innologica / yii2-vue
Integration of Vue.JS 2 with some yii2 helpers and base components.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- bower-asset/vee-validate: 2.0.0-beta.13
- bower-asset/vue: ^v2.1.4
- bower-asset/vue-components-smartadmin: *
- bower-asset/vue-resource: *
- bower-asset/vue-router: ^v2.1.1
- bower-asset/vuex: ^2.0.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2020-03-13 00:55:09 UTC
README
Integration of Vue.JS with some yii2 helpers and base components.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist innologica/yii2-vue "*"
or add
"innologica/yii2-vue": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \insight\vue\VueModal::widget(); ?>
this will include the modal component and register it in Vue. So anywhere in your vue app you can use <modal-dialog>.....</modal-dialog>. Each component has specific properties which are documented here:
Clockpicker
Provides a nice clock to select time based on https://weareoutman.github.io/clockpicker/.
you can use it with or without "v-model", if you use v-model the value is updated in your data object in Vue application