Files
vtsuru.live/README.md

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