Migrated repository
Go to file
2022-10-11 14:11:22 +08:00
.github chore 2022-09-25 23:47:27 +08:00
.vscode v1.8.0 (#150) 2022-10-11 12:05:24 +08:00
api fix: serverless api error 2022-07-20 10:32:57 +08:00
e2e feat: update test case 2022-09-13 15:54:41 +08:00
patches fix: nz-tree drop indicator 2022-08-04 22:29:22 +08:00
scripts style:extension-detail (#135) 2022-09-09 10:47:45 +08:00
src fix: local storage sync issue 2022-10-11 14:11:22 +08:00
wiki docs: udpate README 2022-08-05 14:15:00 +08:00
.editorconfig init 2022-01-17 14:50:31 +08:00
.eslintrc.json feat: remote (#30) 2022-06-14 17:22:38 +08:00
.gitignore feat: update test case 2022-09-13 15:54:41 +08:00
.npmrc init 2022-01-17 14:50:31 +08:00
.prettierrc init 2022-01-17 14:50:31 +08:00
CHANGELOG.md translate 2022-10-11 13:50:14 +08:00
CODE_OF_CONDUCT.md fix: help style error 2022-02-24 19:02:38 +08:00
CONTRIBUTING.md docs:CONTRIBUTING.md 2022-04-22 09:22:48 +08:00
crowdin.yml Feat/crowdin (#102) 2022-07-18 18:41:19 +08:00
donkey.config.js User/Team/Member (#149) 2022-10-02 12:28:35 +08:00
electron-builder.json User/Team/Member (#149) 2022-10-02 12:28:35 +08:00
LICENSE docs: license fixed 2022-02-14 00:49:26 +08:00
package.json v1.8.0 (#150) 2022-10-11 12:05:24 +08:00
README.md docs: explain eo meaning 2022-08-05 14:17:05 +08:00
tsconfig.json merge feat/import 2022-08-23 22:08:23 +08:00
yarn.lock v1.8.0 (#150) 2022-10-11 12:05:24 +08:00

Eoapi

一个可拓展的 API 工具简单Easy & 开源OpenSource的 API 生态系统

English|简体中文

快速开始

功能

📃 API 文档

  • HTTP 协议
  • 各种格式请求体FormData、XML、JSON、Raw

API 测试

  • 快速对 API 发起测试
  • 支持本地测试

🎭 Mock

  • 模拟文档接口返回值

📶 可离线使用

🌐 测试环境管理

🌱 插件集市

💻 多人协作

  • 通过远程数据源实现多人协作

源码运行/构建

环境

  • Node.js >= 14.17.x
  • yarn >= 1.22.x

运行代码

我们在开发和构建时使用 yarn 作为包管理工具,强烈建议你也这么做,但如果您希望使用 npm 也完全没问题,只是在安装依赖时可能需要多花一些时间。

yarn install
yarn start

如果想提高开发效率,可以安装 Angular 官方提供的命令行 Angular-cli 快速生成组件、服务等模板。

yarn add @angular/cli --global

命令

运行

命令 描述
yarn start 开发模式下,同时运行在浏览器和桌面端
yarn serve:web 仅运行在浏览器
yarn electron:serve 仅运行在桌面端

打包构建

命令 描述
sudo yarn build 各系统打包 Electron 应用

运行测试

命令 描述
yarn test 执行单元测试

协议

本项目采用 Apache-2.0 协议,可查看 LICENSE.md 了解更详细内容。

联系我们

如果想要反馈 Bug、提供产品意见可以创建一个 Github issue 联系我们,十分感谢!