# vue-json-format **Repository Path**: kkkxian/json-help ## Basic Information - **Project Name**: vue-json-format - **Description**: 一个基于VUE简单的小工具 帮助你格式化JSON - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://json.help - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2021-11-26 - **Last Updated**: 2021-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于VUE的JSON格式化工具 演示地址 https://json.help ## 使用方法 ``` npm install ``` ### 开发模式 ``` npm run serve ``` ### 项目打包 ``` npm run build ```