Skip to main content

Quick Start

The @vendure-platform/create CLI scaffolds a complete Vendure project with your chosen platform plugins, a PostgreSQL + Docker setup, demo data seeding, and an optional Next.js storefront.

Prerequisites

  • Node.js >= 22
  • Docker and Docker Compose (for PostgreSQL and, if selected, Typesense)
  • npm or bun
  • Two tokens from the Vendure Enterprise Portal:
    • a registry token — npm auth token that lets you install private @vendure-platform/* packages.
    • a license token — checked at server boot by the License Guard plugin.

Exclusive to Vendure Platform

This page is part of the Vendure Platform documentation. Access requires a valid Vendure Platform license.