vendurehq/vendure · Archived

vendure-dashboard-migration

Migrates Vendure Admin UI extensions (legacy Angular-based) to the new React Dashboard.

First seen Jul 1, 2026

Installation

$ npx skills add vendurehq/vendure --skill vendure-dashboard-migration

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from vendurehq/vendure.

npx skills add vendurehq/vendure

Browse all from vendurehq/vendure

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8.4K
License license
Default branch master
Open issues 177
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 989 B
  • docs SUMMARY.md 122 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 23 installs

SKILL.md

Vendure Dashboard Migration

Instructions

  1. If not explicitly stated by the user, find out which plugin they want to migrate.
  2. Read and understand the overall rules for migration

- ./01-general.md - ./01a-common-tasks.md

  1. Check the tsconfig setup <tsconfig-setup>. This may or may not already be set up.

- ./01b-tsconfig-setup.md

  1. Identify each part of the Admin UI extensions that needs to be

migrated, and use the data from the appropriate sections to guide the migration: - ./02-forms.md - ./03-custom-field-inputs.md - ./04-list-pages.md - ./05-detail-pages.md - ./06-adding-nav-menu-items.md - ./07-action-bar-items.md - ./08-custom-detail-components.md - ./09-page-tabs.md - ./10-widgets.md

  1. Ensure you have followed the instructions marked "Important" for each section