# JSON-EDITOR **Repository Path**: Guo-J/json-editor ## Basic Information - **Project Name**: JSON-EDITOR - **Description**: JSON编辑器,表格型节点编辑器,支持直接修改JSON,节点与JSON同步变化 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-20 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Editable JSON Grid ## 可视化编辑JSON数据 vue3 + vite + ts + eslint + prettier + axios + sass + mock ## Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ```