@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.
Downloads
4,718
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 install
Build
To build the package, run:
yarn build
Linting
To lint the package, run:
yarn lint
Testing
To test the package, run:
yarn test