Skip to content

Files

Latest commit

 

History

History

multistore

@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