Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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/).