Migrated repository
Go to file
2022-02-03 11:16:53 +08:00
.vscode init 2022-01-17 14:50:31 +08:00
app chore: stay .lock file 2022-01-30 23:42:33 +08:00
build fix: switch tab should save data 2022-01-19 19:35:58 +08:00
e2e Squashed commit of the following: 2022-01-30 22:46:35 +08:00
src feat: open tab in current detail page 2022-02-01 23:11:48 +08:00
unit add isXML function 2022-01-24 09:24:56 +08:00
wiki docs: zh-cn readme 2022-02-03 11:16:53 +08:00
_config.yml init 2022-01-17 14:50:31 +08:00
.editorconfig init 2022-01-17 14:50:31 +08:00
.eslintrc.json init 2022-01-17 14:50:31 +08:00
.gitignore chore: stay .lock file 2022-01-30 23:42:33 +08:00
.npmrc init 2022-01-17 14:50:31 +08:00
.prettierrc init 2022-01-17 14:50:31 +08:00
angular.json fix:mac pack error 2022-01-30 01:29:20 +08:00
angular.webpack.js style and fix some bug 2022-01-17 19:56:06 +08:00
CHANGELOG.md chore: udpate package.json 2022-01-30 23:38:41 +08:00
CODE_OF_CONDUCT.md init 2022-01-17 14:50:31 +08:00
electron-builder.json fix:mac pack error 2022-01-30 01:29:20 +08:00
jest.config.js init 2022-01-17 14:50:31 +08:00
LICENSE Initial commit 2021-11-24 11:29:00 +08:00
LICENSE.md init 2022-01-17 14:50:31 +08:00
package-lock.json chore: stay .lock file 2022-01-30 23:42:33 +08:00
package.json docs: zh-cn readme 2022-02-03 11:16:53 +08:00
README.md docs: zh-cn readme 2022-02-03 11:16:53 +08:00
tsconfig.json chore 2022-01-18 00:48:15 +08:00
tsconfig.serve.json chore 2022-01-18 00:48:15 +08:00

EOAPI

离线可用的 API 测试桌面端工具

English简体中文

[快速体验] [下载安装]

源码运行/构建

环境

  • Node.js版本大于 14.17.x

运行

npm ci
npm start

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

npm install -g @angular/cli

命令

运行

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

打包

命令 描述
npm run electron:build 各系统打包 Electron 应用
npm run electron:build:win windows 系统打包主题安装包应用
npm run web:build 打包 Web 代码

测试

命令 描述
npm run test 执行单元测试
npm run e2e 执行 E2E测试