English | 简体中文
-
Try the live demo
-
You can download it on Releases available for macOS, Windows
-
Read our User Manual for more features
-
Read our developer documentation to develop extensions
📃 API Documentation
- HTTP protocol
- Various formats of request body: FormData, XML, JSON, Raw
⚡ API Test
- Quickly test the API
- Test local API
🎭 Mock
- Mock document interface return value
🌐 Test environment management
📶 Available offline
🌱 Extension Marketplace
💻 Collaboration
- Collaboration via remote data sources
- Node.js >= 14.17.x
- yarn >= 1.22.x
We use yarn as a package management tool for development and building, and it is highly recommended that you do the same, but if you want to use npm it's perfectly fine, it just might take a little more time to install dependencies.
yarn install
yarn start
If you want to improve Angular development efficiency, you can install the command-line Angular-cli officially provided by Angular to quickly generate templates such as components and services.
yarn add @angular/cli --global
Command | Description |
---|---|
yarn start |
In development mode, running on browser and desktop at the same time |
yarn serve:web |
only runs in the web |
yarn electron:serve |
only runs in the desktop |
Command | Description |
---|---|
yarn build |
Packaging Electron applications for each platform |
Command | Description |
---|---|
yarn test |
Execute unit tests |
This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details
If you'd like to contact us, please create a Github issue. Thank you!