first commit

This commit is contained in:
2025-02-20 13:46:19 +08:00
commit 38fbfdaef6
37 changed files with 908 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# info-form
## 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 [Configuration Reference](https://cli.vuejs.org/config/).