@vue-storefront/multistore
v4.1.2
Published
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.
Keywords
Readme
@vue-storefront/multistore
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.
Usage
To learn about the prerequisites, setup and architecture of the @vue-storefront/multistore package, please refer to the multistore documentation.
Development
To start development on the @vue-storefront/multistore package, clone the repository and install dependencies:
yarn installBuild
To build the package, run:
yarn buildLinting
To lint the package, run:
yarn lintTesting
To test the package, run:
yarn test