Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephpei/uv2ray
Electron V2ray Client (mostly for Linux)
https://github.com/josephpei/uv2ray
electron gui linux v2ray vue
Last synced: 3 months ago
JSON representation
Electron V2ray Client (mostly for Linux)
- Host: GitHub
- URL: https://github.com/josephpei/uv2ray
- Owner: josephpei
- License: mit
- Created: 2019-06-02T13:17:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T03:04:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T12:19:21.192Z (7 months ago)
- Topics: electron, gui, linux, v2ray, vue
- Language: JavaScript
- Size: 2.36 MB
- Stars: 49
- Watchers: 6
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-network-stuff - **24**星
README
# uv2ray
A Electron V2ray GUI Client
Based on [electron-ssr](https://github.com/erguotou520/electron-ssr)
Just for study!
## Usage
Instal `v2ray` use pacakge manager such as `pacman`, or download v2ray by yourself(need 4 files `v2ray` `v2ctl` `geosite.dat` `geoip.dat`)
## Project setup
```
yarn
```### Compiles and hot-reloads for development
```
yarn electron:serve
```### Compiles and minifies for production
```
yarn electron:build
```## Country Emoji
Ubuntu `sudo apt install fonts-noto-color-emoji`
Add file `$HOME/.config/fontconfig/conf.d/99-emoji.conf`
```xml
sans-serif
Bitstream Vera Serif
Noto Color Emoji
emoji
Noto Color Emoji
Apple Color Emoji
Noto Color Emoji
Segoe UI Emoji
Noto Color Emoji
Emoji One
Noto Color Emoji
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).