https://github.com/s00d/proxy-browser
https://github.com/s00d/proxy-browser
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s00d/proxy-browser
- Owner: s00d
- Created: 2024-09-20T14:37:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T10:05:39.000Z (about 1 year ago)
- Last Synced: 2025-07-02T14:50:45.025Z (12 months ago)
- Language: Vue
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy-browser
An Electron application with Vue and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```