mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
25 lines
316 B
Markdown
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/).
|