Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lurenjiasworld/vmess-converter
将vmess的链接解码为人类可读的配置,便于不支持vmess链接的客户端使用
https://github.com/lurenjiasworld/vmess-converter
Last synced: about 2 months ago
JSON representation
将vmess的链接解码为人类可读的配置,便于不支持vmess链接的客户端使用
- Host: GitHub
- URL: https://github.com/lurenjiasworld/vmess-converter
- Owner: LuRenJiasWorld
- Created: 2020-02-14T16:54:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:19:54.000Z (about 2 years ago)
- Last Synced: 2024-10-16T15:12:44.927Z (3 months ago)
- Language: Vue
- Homepage: https://static.lurenjia.in/pages/vmess-converter/
- Size: 473 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vmess-converter
## 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/).