You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Live Example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output)
27
28
28
29
## Install / Usage
29
-
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).
30
+
31
+
#### NPM Based WorkFlows
30
32
```bash
31
33
$ npm install vue-select
32
34
```
@@ -52,6 +54,26 @@ export default {
52
54
</script>
53
55
```
54
56
57
+
#### Browser Globals
58
+
59
+
`v1.3.0+` no longer requires any toolchain to use the component:
60
+
61
+
Just include `vue` & `vue-select.js` - I recommend using [npmcdn](https://npmcdn.com/#/).
0 commit comments