初始化仓库

This commit is contained in:
2025-07-01 21:14:03 +08:00
commit 7fa984a122
334 changed files with 40250 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# 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/).