Installing the library
NOTE: this guide has been updated for v2
Vue InstantSearch is available through npm or as a standalone file to
be used in a <script>
tag.
Via npm
$ npm install vue-instantsearch@2.0.0
# or via Yarn:
$ yarn add vue-instantsearch@2.0.0
Using a <script>
tag
<script src="https://cdn.jsdelivr.net/npm/vue-instantsearch@2.0.0/dist/vue-instantsearch.js"></script>
The standalone Vue InstantSearch file is a UMD build, which means it should work in any browser and website combination.