The @vue-storefront/multistore
package provides a middleware extension for multistore functionality. It changes the middleware configuration to support multiple stores based on the domain configuration.
To learn about the prerequisites, setup and architecture of the @vue-storefront/multistore
package, please refer to the multistore documentation.
To start development on the @vue-storefront/multistore
package, clone the repository and install dependencies:
yarn install
To build the package, run:
yarn build
To lint the package, run:
yarn lint
To test the package, run:
yarn test