mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
25 lines
317 B
Markdown
25 lines
317 B
Markdown
# vtsuru.live
|
|
|
|
## Project setup
|
|
```
|
|
bun install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
bun dev
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
bun run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
bun run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|