You are reading the documentation for v0, which is no longer the latest version. Switch to v1
Install Packages
Install the module
You can install the module using the Storefront CLI or manually. We recommend using the CLI, as it will automatically copy over module files to your project and install required packages.
For this module, you need access to our repository or our enterprise registry. To get access, please contact sales.
CLI (Recommended)
You can use the add-module command of our Storefront CLI to install the module.
npx @vsf-enterprise/storefront-cli add-module coveoThis will automatically copy over module files to your project and install required packages.
Manual Installation
Copy over module files to the sf-modules directory in your project from:
https://github.com/vuestorefront/unified-storefront-modules/tree/main/nextjs/coveoInstall required packages in your storefront:
yarn add @coveo/headless@^2https://github.com/vuestorefront/unified-storefront-modules/tree/main/nuxt/coveoInstall required packages in your storefront:
yarn add @coveo/headless@^2https://github.com/vuestorefront/unified-storefront-modules/tree/main/middleware/coveoInstall required packages in your middleware:
yarn add @vsf-enterprise/coveo-api@^1.0.0 @vue-storefront/unified-data-model@^1.0.0