Files
yoloHome/README.md
2025-07-01 21:14:03 +08:00

27 lines
376 B
Markdown

# Rainfo Vue Template
## Description
Setup Procedure
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration (vue-cli)
See [Configuration Reference](https://cli.vuejs.org/config/).