# ldesign-json-editor **Repository Path**: ldesign-v1/ldesign-json-editor ## Basic Information - **Project Name**: ldesign-json-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-11 - **Last Updated**: 2026-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @ldesign/json-editor JSON 可视化编辑器 - Visual JSON editor with JSON Schema support and tree/form views ## Features - Framework-agnostic core with Vue component wrapper - TypeScript support with full type definitions - Tree-shakable ES module build - UMD build for browser usage ## Installation `ash # Core library pnpm add @ldesign/json-editor # Vue component (optional) pnpm add @ldesign/json-editor-vue ` ## Quick Start ### ES Module ` ypescript import { /* TODO */ } from '@ldesign/json-editor'; ` ### Vue 3 ` ue ` ## Project Structure ` json-editor/ +-- packages/ | +-- core/ # Core library @ldesign/json-editor | | +-- src/ | | +-- __tests__/ | +-- vue/ # Vue components @ldesign/json-editor-vue | +-- src/ | +-- __tests__/ +-- playground/ # Demo application +-- .github/ +-- workflows/ # CI/CD ` ## Development `ash # Install dependencies pnpm install # Development mode pnpm --filter @ldesign/json-editor dev # Build pnpm --filter @ldesign/json-editor build pnpm --filter @ldesign/json-editor-vue build # Test pnpm --filter @ldesign/json-editor test ` ## License MIT