Contains Shell Commands
This skill contains shell command directives (
!command
) that may execute system commands. Review carefully before installing.
shadcn-vue
A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI.
IMPORTANT:
Run all CLI commands using the project's package runner:
npx shadcn-vue@latest
,
pnpm dlx shadcn-vue@latest
, or
bunx --bun shadcn-vue@latest
— based on the project's
packageManager
. Examples below use
npx shadcn-vue@latest
but substitute the correct runner for the project.
Current Project Context
!npx shadcn-vue@latest info --json
The JSON above contains the project config and installed components. Use
npx shadcn-vue@latest docs
shadcn-vue
安装
npx skills add https://github.com/unovue/shadcn-vue --skill shadcn-vue