plate-template
plate-templateは、TypeScriptで書かれたテンプレートエンジンで、開発者が効率的にコードを生成し、プロジェクトの構造を整えるのに役立ちます。使いやすいAPIを提供し、カスタマイズ性が高いため、さまざまなプロジェクトに対応可能です。
GitHubスター
54
ユーザー評価
未評価
お気に入り
0
閲覧数
38
フォーク
13
イシュー
0
README
Playground Template
A minimal template for building rich-text editors with Plate and Next.js 15.
Features
Requirements
- Node.js 20+
- pnpm 9+
Installation
Choose one of these methods:
1. Using CLI (Recommended)
npx shadcn@latest add https://platejs.org/r/editor-basic
2. Using Template
Use this template, then install dependencies:
pnpm install
Development
pnpm dev
Visit http://localhost:3000/editor to see the editor in action.
Upgrade
Using the CLI, you can upgrade to editor-ai
by running:
npx shadcn@latest add https://platejs.org/r/editor-ai -o