setup-component-explorer
Installation
SKILL.md
Skill: Setup Component Explorer
When the user asks to add, set up, or integrate the component explorer into their project, follow this guide.
Prerequisites
- The project uses Vite as its bundler
- Node.js >= 22
Step 1: Install Packages
npm install @vscode/component-explorer @vscode/component-explorer-cli @vscode/component-explorer-vite-plugin
Use the project's package manager (npm, pnpm, yarn). For workspace monorepos, install into the package that owns the Vite config.