# bin-code-editor **Repository Path**: wangbin3162/bin-code-editor ## Basic Information - **Project Name**: bin-code-editor - **Description**: json编辑器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 0 - **Created**: 2020-03-21 - **Last Updated**: 2024-02-07 ## Categories & Tags **Categories**: json-tools **Tags**: None ## README # bin-code-editor 基本的代码编辑器插件,现只支持json,后期扩展配置 ## Docs [document](https://wangbin3162.gitee.io/bin-code-editor/) ## Start Clone or download this repository Enter your local directory, and install dependencies: ```bash yarn ``` ## Develop ```bash # serve with hot reload at localhost:8080 npm run dev ``` ## Build ```bash # build for production with minification npm run build ```