Files
Archive/v2raya/gui/README.md
T
2026-04-19 21:03:22 +02:00

25 lines
316 B
Markdown

# v2rayA-GUI
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).