Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcaldarelli/yii2-vueapp-vue-select
https://github.com/fcaldarelli/yii2-vueapp-vue-select
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcaldarelli/yii2-vueapp-vue-select
- Owner: fcaldarelli
- License: bsd-3-clause
- Created: 2020-05-23T02:32:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T10:44:25.000Z (over 4 years ago)
- Last Synced: 2024-04-25T06:22:37.447Z (9 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vue Select asset for Yii2 VueApp
=====================This is the Vue Select asset to Yii2 VueApp component.
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist fabriziocaldarelli/yii2-vueapp-vue-select "@dev"
```or add
```
"fabriziocaldarelli/yii2-vueapp-vue-select": "@dev"
```to the require section of your `composer.json` file.