Build the B2B Platform

Builds the B2B platform frontend for production deployment.

bin/console b2b:platform:build
  1. Dumps Symfony asset bundles

  2. Installs Node.js dependencies (production only, via npm install --omit dev)

  3. Builds the Vue.js application (npm run build)

  4. Installs Shopware assets

Requirements:

  • Node.js and npm installed

  • Write access to resource directory

circle-info

Run this command before deploying to production or after making changes to the B2B platform components.

Last updated

Was this helpful?