组件
注意: 此功能目前处于试验阶段。通过尝试使用并发送反馈,帮助我们改进它。如果你有任何问题,请 联系我们。
你可以使用 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.
On This Page
要求