# json-schema-editor-vue **Repository Path**: wll8/json-schema-editor-vue ## Basic Information - **Project Name**: json-schema-editor-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: json - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装依赖 ``` npm install ``` ### 运行开发服务 ``` sh npm start ``` ### 发布代码 ``` npm run build ``` ### 查看代码风格校验结果 ``` npm run lint ```