# adtl **Repository Path**: homeleaf/adtl ## Basic Information - **Project Name**: adtl - **Description**: api测试工具 —— 开源的/无服务器的api测试工具(类POSTMAN) - **Primary Language**: NodeJS - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2019-05-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # api_demo > 一个开源的/无服务器的api测试工具(类POSTMAN) 相关介绍和教程请移步[**官网**](https://adtl.gitee.io/pages/) > 构建步骤 ``` bash # npm install # 测试运行,热更新的 npm run dev # 打包,当前平台 npm run build # 运行unit和端到端测试 npm test # lint all JS/Vue component files in `src/` npm run lint ``` --- > 特色: * 开源,免费,可修改 * 无服务器依赖 * 结构化数据 * 版本控制 * Mock数据生成 * 自动化脚本测试/流水线测试(开发中) > 储存内容格式如下: https://gitee.com/adtl/storage_demonstration 项目采用 [electron-vue](https://github.com/SimulatedGREG/electron-vue) 构建.