https://github.com/jsproede/jsproxy
JS-Proxy is a desktop application, which intercepts all HTTP(S) requests for devices/services which use JS-Proxy as a proxy server.
https://github.com/jsproede/jsproxy
electron http https proxy typescript vue vuex
Last synced: 18 days ago
JSON representation
JS-Proxy is a desktop application, which intercepts all HTTP(S) requests for devices/services which use JS-Proxy as a proxy server.
- Host: GitHub
- URL: https://github.com/jsproede/jsproxy
- Owner: jsproede
- Created: 2019-05-27T20:15:21.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-03T22:49:10.000Z (about 3 years ago)
- Last Synced: 2025-04-07T01:20:23.116Z (10 months ago)
- Topics: electron, http, https, proxy, typescript, vue, vuex
- Language: Vue
- Homepage:
- Size: 935 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsproxy
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).