Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.89 KB

README_EN.md

File metadata and controls

57 lines (39 loc) · 1.89 KB

中文|English

📢 A Proxy client, base on Anyproxy. Building with Electron and Vue.

Build Status

Features

  1. Records traffic: Records all traffic between your browser and the Internet.
  2. Network intercept: Support modify Request Headers/Data, Response Headers/Data.
  3. Network simulates: Simulates slower internet connections.
  4. API Mock: Mock your own api for developing projects.

Records traffic

roadmap.path

Network intercept Setting

roadmap.path

Network simulates

roadmap.path

API Mock

roadmap.path

Q&A

1.How to set proxy and Install certificates?

Click me

2.How to mock api data?

Click me

3.How to set Locale language?

Menu: View --> language

Dev Run

npm install //or yarn
npm run start

Package

npm install //or yarn, only once
npm run pack

Application will be packaged into pack folder, double click to launch.

Notice

I Suggest to use yarn instead of npm, cause npm install may create hidden folder in node_modules, and electron-package cannot detect those huge devDependencies packages like electron. So they will also be packaged into the Application, that will make the Application size huge!

LISCENCE

MIT