Skip to main content

Installation

Learn how to install Dockview for a selection of frameworks.

Enterprise

The enterprise features are in a separate package, dockview-enterprise, unlocked with a licence key. See Licensing for what is included.

Set your key once, before creating any Dockview instance:

import { LicenseManager } from 'dockview-enterprise';

LicenseManager.setLicenseKey('your-license-key');

See Enterprise setup for the full setup, including what happens without a key.

Next steps

Once installed, head to Core Concepts to set up your first layout.