2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

update readme

This commit is contained in:
Jeff Sagal
2016-06-02 11:01:58 -07:00
parent 49be0a1694
commit 50b52b8f9d
+4 -3
View File
@@ -10,7 +10,7 @@
- Supports Vuex
- Select Single/Multiple Options
- Bootstrap Friendly Markup
- +90% Test Coverage
- +95% Test Coverage
#### Upcoming/In Progress
@@ -18,12 +18,13 @@
- Rich Option Templating
- Asyncronous Option Loading
## Demo
## Live Examples & Docs
[http://sagalbot.github.io/vue-select/](http://sagalbot.github.io/vue-select/)
## Install / Usage
vue-select is now published on npm, **huge thanks to [@onefriendaday](https://github.com/onefriendaday)** for changing ownership of [his package](https://github.com/onefriendaday/vue-select).
``` bash
$ npm install sagalbot/vue-select
$ npm install vue-select
```
```html