Overview:
The Vue InstantSearch project has been moved to a new home as part of the InstantSearch monorepo. Despite the relocation, the library remains the same and can still be accessed on npm and CDNs like jsDelivr. Users are encouraged to explore the new repository to access the code, review existing issues, and stay updated on future releases.
Features:
- Relocation: Vue InstantSearch has been relocated to the InstantSearch monorepo.
- Unchanged Library: The library’s functionality and features remain the same post-relocation.
- Availability: Users can still access Vue InstantSearch on npm and CDNs like jsDelivr.
Installation:
To install the Vue InstantSearch theme after its relocation to the InstantSearch monorepo, you can follow the steps below:
- Use npm to install the package:
npm install vue-instantsearch
- Alternatively, you can also include it via a CDN like jsDelivr:
<script src="https://cdn.jsdelivr.net/npm/vue-instantsearch"></script>
- Make sure to update any references to the new repository in your project files.
Summary:
The Vue InstantSearch project has been seamlessly moved to the InstantSearch monorepo, ensuring that users can continue to access and utilize the library’s features without interruption. By following the installation guide provided above, users can easily incorporate the Vue InstantSearch theme into their projects from the new repository locations.