# Layui HTTP Tools **Repository Path**: zmapleshine/minare-demo ## Basic Information - **Project Name**: Layui HTTP Tools - **Description**: 支持 layui http 的网络请求工具使用&示例 This is a layui demo that use minare (https://gitee.com/zmapleshine/Minare) - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: layui, layui-components ## README # Minare Demo ## Plugin Repository URL - gitee: https://gitee.com/zmapleshine/Minare - github: https://github.com/zmapleshine/Minare ## Demo Usage ```js layui.config({ base: './layui_exts/' //配置 layui 第三方扩展组件存放的基础目录 }).extend({ minare: 'minare/minare.min' }).use(['minare'], function(){ //执行示例 var minare = layui.minare; minare.newGet("./data.json") .onSuccess(function (data) { alert(JSON.stringify(data)) }) .execute(); }); ``` ## API List See - https://github.com/zmapleshine/Minare - https://gitee.com/zmapleshine/Minare