Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 640 Bytes

Vendure Plus Issues

This repo is for reporting issues with the paid Vendure Plus plugins:

  • Advanced Search Plugin
  • Gift Card Plugin
  • Wishlist Plugin

Setup Instructions

  1. Associate the @vendure-plus scope with the Vendure package registry:
    npm config set @vendure-plus:registry https://registry.vendure.io
  2. Log in to the Vendure package registry using the credentials provided when you purchased your license
    npm login --registry=https://registry.vendure.io --auth-type=legacy
  3. If not already done, install the ui-devkit package
    npm install @vendure/ui-devkit