Gatsby

安装和配置 Gatsby。

安装 shadcn/ui

按照 shadcn/ui 指南进行操作。

运行 CLI

使用 CLI 在您的项目中初始化 Plate:

npx shadcx@latest init plate

Add components

现在您可以开始向 components/plate-ui 添加组件:

npx shadcx@latest add -r plate

注册组件

要将组件添加到您的插件中,请参阅插件组件

添加编辑器(可选)

选择一个编辑器开始使用(浏览可用的编辑器)。

最小编辑器

AI编辑器

npx shadcx@latest add plate/editor-ai

这将在 app/editor 中添加一个页面,并在 components/plate-ui 中添加所有必要的组件作为起点。