🌐 Nodejs.cn

注册表

运行你自己的组件注册表。

你可以使用 shadcn-vue CLI 来运行你自己的组件注册表。运行你自己的注册表可以让你将自定义组件、钩子、页面和其他文件分发到任何 Vue 项目中。

🌐 You can use the shadcn-vue CLI to run your own component registry. Running your own registry allows you to distribute your custom components, hooks, pages, and other files to any Vue project.

注册表项目与 shadcn-vue CLI 自动兼容。

🌐 Registry items are automatically compatible with the shadcn-vue CLI.

要求

🌐 Requirements

你可以自由设计和托管你的自定义注册表,按你认为合适的方式进行。唯一的要求是,你的注册表条目必须是符合 registry-item schema specification 的有效 JSON 文件。

🌐 You are free to design and host your custom registry as you see fit. The only requirement is that your registry items must be valid JSON files that conform to the registry-item schema specification.